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

Commit 30b0205

Browse files
Changing backslash
1 parent 23ae2d2 commit 30b0205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ 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+
Build-Solution src\GitHub.VisualStudio.16.sln "Build" $config -Deploy:$Package
8787

8888
Pop-Location

0 commit comments

Comments
 (0)