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

Commit 5fcebe3

Browse files
Adding a build for the second project
1 parent 9d2f428 commit 5fcebe3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/build.ps1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,11 @@ if ($Package) {
7878
Write-Output "Building and packaging GitHub for Visual Studio"
7979
} else {
8080
Write-Output "Building GitHub for Visual Studio"
81-
}
82-
83-
Get-ChildItem -Recurse -Path 'C:\Program Files (x86)\MSBuild\' msbuild.exe
81+
}
82+
83+
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
8687

8788
Pop-Location

0 commit comments

Comments
 (0)