mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
upgrade project tooling to .NET Core 3.1 (#2089)
This commit is contained in:
@@ -103,6 +103,13 @@ $Arguments = @{
|
||||
dryrun=$WhatIf;
|
||||
}.GetEnumerator() | %{"--{0}=`"{1}`"" -f $_.key, $_.value };
|
||||
|
||||
Write-Host "Restoring global tools..."
|
||||
Invoke-Expression "dotnet tool restore"
|
||||
if($LASTEXITCODE -ne 0) {
|
||||
Pop-Location;
|
||||
exit $LASTEXITCODE;
|
||||
}
|
||||
|
||||
# Start Cake
|
||||
Push-Location
|
||||
Set-Location build
|
||||
|
||||
Reference in New Issue
Block a user