Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 94142a5

Browse files
Output build folder
1 parent 49ca821 commit 94142a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Get-ChildItem -Recurse -Path 'C:\Program Files (x86)\MSBuild\' msbuild.exe
8484

8585
Build-Solution GitHubVs.sln "Build" $config -Deploy:$Package -ForVSInstaller:$ForVSInstaller
8686

87+
Get-ChildItem build/*.* -Recurse
88+
8789
Push-Location src
8890
Build-Solution GitHub.VisualStudio.16.sln "Build" $config -Deploy:$Package
8991
Pop-Location

0 commit comments

Comments
 (0)