We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcf0804 + 3af428f commit 2a18aa0Copy full SHA for 2a18aa0
1 file changed
build.ps1
@@ -3,7 +3,7 @@ $ErrorActionPreference = "Stop"
3
dotnet tool install --global Cake.Tool --version 5.1.0
4
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
5
6
-dotnet tool install --global vpk --version 0.0.1298
+dotnet tool install --global vpk --version 0.0.1521-gf115f70
7
8
9
# Pass all script arguments to dotnet-cake
0 commit comments