We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1e9f7 commit 4ab6dd7Copy full SHA for 4ab6dd7
1 file changed
Build.ps1
@@ -29,6 +29,11 @@ Write-Host ""
29
Write-Host "Restoring dependencies..." -ForegroundColor Yellow
30
dotnet restore $SolutionPath
31
32
+if ($Setup) {
33
+ Write-Host "Restoring installer dependencies..." -ForegroundColor Yellow
34
+ dotnet restore ScriptProSetup\ScriptProSetup.wixproj
35
+}
36
+
37
Write-Host "Building solution..." -ForegroundColor Yellow
38
msbuild $SolutionPath /p:Configuration=$Config /p:Platform=$Platform /t:Rebuild /m /v:minimal
39
0 commit comments