We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c8fff commit abfbd85Copy full SHA for abfbd85
.build/Build.ps1
@@ -20,10 +20,11 @@ foreach ($src in ls ../src/*) {
20
21
write-host "build: Packaging project in $src" -ForegroundColor Green
22
23
- & dotnet pack -c Release -o ..\..\artifacts --version-suffix="beta2"
+ & dotnet msbuild "/t:Restore;Pack" /p:VersionSuffix=beta6 /p:Configuration=Release
24
+ # & dotnet pack -c Release -o ..\..\artifacts --version-suffix="beta2"
25
if($LASTEXITCODE -ne 0) { exit 1 }
26
27
Pop-Location
28
}
29
-Pop-Location
30
+Pop-Location
0 commit comments