Skip to content

Commit 3af428f

Browse files
committed
fixup for release generation
1 parent 4a6aac8 commit 3af428f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ErrorActionPreference = "Stop"
33
dotnet tool install --global Cake.Tool --version 5.1.0
44
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
55

6-
dotnet tool install --global vpk --version 0.0.1298
6+
dotnet tool install --global vpk --version 0.0.1521-gf115f70
77
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
88

99
# Pass all script arguments to dotnet-cake

0 commit comments

Comments
 (0)