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

Commit a1e022a

Browse files
Removing debug statements
1 parent 23f02a5 commit a1e022a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/build.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,8 @@ if ($Package) {
8080
Write-Output "Building GitHub for Visual Studio"
8181
}
8282

83-
Get-ChildItem -Recurse -Path 'C:\Program Files (x86)\MSBuild\' msbuild.exe
84-
8583
Build-Solution GitHubVs.sln "Build" $config -Deploy:$Package -ForVSInstaller:$ForVSInstaller
8684

87-
Get-ChildItem build/*.* -Recurse
88-
8985
Push-Location src
9086
Build-Solution GitHub.VisualStudio.16.sln "Build" $config -Deploy:$Package
9187
Pop-Location

0 commit comments

Comments
 (0)