Create src new test new folders #344
Merged
Conversation
e669ac1
into
PowerShell:development
8 of 9 checks passed
8 of 9 checks passed
PowerShell.PowerShellGet (Build PowerShellGet Module Package Build Package)
Build PowerShellGet Module Package Build Package succeeded
Details
PowerShell.PowerShellGet (Test Package PowerShell Core on Windows)
Test Package PowerShell Core on Windows succeeded
Details
PowerShell.PowerShellGet (Test Package Windows PowerShell on Windows)
Test Package Windows PowerShell on Windows succeeded
Details
PaulHigin
added a commit
to PaulHigin/PowerShellGet
that referenced
this pull request
Jun 17, 2021
* create srcOld and testOld folders with minimal pre-existing code * add srcOld bin and obj folder files to gitignore * remove srcOld bin and obj files * add eol to installhelper.cs, not sure why it was removed earlier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
added described in PR #343, this PR will rename the existing
src
/test
folders tosrcOld
andtestOld
and create newsrc
andtest
folders. As the cmdlets get refactored they will be merged into here. By putting the refactored cmdlets in thesrc
andtest
folder the CI will be able to run tests on them and let us know if we're on track.PR Summary
PR Context
PR Checklist
.h
,.cpp
,.cs
,.ps1
and.psm1
files have the correct copyright headerWIP:
or[ WIP ]
to the beginning of the title (theWIP
bot will keep its status check atPending
while the prefix is present) and remove the prefix when the PR is ready.