Skip to content

Commit 2a18aa0

Browse files
committed
Merge branch 'release/7.7.1'
2 parents dcf0804 + 3af428f commit 2a18aa0

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)