We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6aac8 commit 3af428fCopy full SHA for 3af428f
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