Skip to content

Instantly share code, notes, and snippets.

@jvanderbiest
Created December 20, 2014 12:42
Show Gist options
  • Save jvanderbiest/c8841554ca7d5509af12 to your computer and use it in GitHub Desktop.
Save jvanderbiest/c8841554ca7d5509af12 to your computer and use it in GitHub Desktop.
PowerShell Log file
Run optional script after MSBuild00:00:23
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy RemoteSigned -NoProfile -NonInteractive -File "C:\a\src\OrganizeDropArtifacts.ps1"
Executing Script OrganizeDropArtifacts
Directory: C:\a\bin
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 12/19/2014 10:45 PM Package
Created new folder C:\a\bin\Package
C:\a\bin\Codit.Blog.JsVsoBuild\_PublishedWebsites\Codit.Blog.JsVsoBuild_Package
d---- 12/19/2014 10:45 PM Javascript_Output
Created new folder C:\a\bin\Javascript_Output\
Start copy items from: C:\a\src\tests\* to: C:\a\bin\Javascript_Output\
Finished Script OrganizeDropArtifacts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment