File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -412,7 +412,6 @@ Task("BuildAndPackServiceWinArm64")
412412///////////////////////////////////////////////////////////////////////////////
413413Task( "All" )
414414 . IsDependentOn ( "Clean" )
415- . IsDependentOn ( "PatchAssemblyInfo" )
416415 . IsDependentOn ( "CreateReleaseNotes" )
417416 . IsDependentOn ( "Restore" )
418417 . IsDependentOn ( "Test" )
Original file line number Diff line number Diff line change 1+ $ErrorActionPreference = " Stop"
2+
13dotnet tool install -- global Cake.Tool -- version 5.1 .0
4+ if ($LASTEXITCODE -ne 0 ) { exit $LASTEXITCODE }
5+
26dotnet tool install -- global vpk -- version 0.0 .1298
3- dotnet- cake -- configuration= Release
7+ if ($LASTEXITCODE -ne 0 ) { exit $LASTEXITCODE }
8+
9+ dotnet- cake -- configuration= Release
10+ if ($LASTEXITCODE -ne 0 ) { exit $LASTEXITCODE }
You can’t perform that action at this time.
0 commit comments