1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

fixing typo

This commit is contained in:
Joseph Flinn
2021-01-05 18:17:58 +00:00
parent 65c5dc1f3b
commit c6ed8fe1d3

View File

@@ -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