fixing typo
This commit is contained in:
parent
65c5dc1f3b
commit
c6ed8fe1d3
|
@ -44,7 +44,7 @@ jobs:
|
||||||
Write-Host "--------"
|
Write-Host "--------"
|
||||||
|
|
||||||
dotnet restore
|
dotnet restore
|
||||||
dotnet pact --output ./nupkg
|
dotnet pack --output ./nupkg
|
||||||
dotnet tool install --global --ignore-failed-sources --add-source ./nupkg --version $latest_version azuresigntool
|
dotnet tool install --global --ignore-failed-sources --add-source ./nupkg --version $latest_version azuresigntool
|
||||||
|
|
||||||
cd $HOME
|
cd $HOME
|
||||||
|
|
Loading…
Reference in New Issue