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

Commit f013cda

Browse files
Switching working directory instead
1 parent 30b0205 commit f013cda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/build.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ if ($Package) {
8383
Get-ChildItem -Recurse -Path 'C:\Program Files (x86)\MSBuild\' msbuild.exe
8484

8585
Build-Solution GitHubVs.sln "Build" $config -Deploy:$Package -ForVSInstaller:$ForVSInstaller
86-
Build-Solution src\GitHub.VisualStudio.16.sln "Build" $config -Deploy:$Package
86+
87+
Push-Location src
88+
Build-Solution GitHub.VisualStudio.16.sln "Build" $config -Deploy:$Package
89+
Pop-Location
8790

8891
Pop-Location

0 commit comments

Comments
 (0)