mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
trying to specify version in pack
This commit is contained in:
parent
d998ec9146
commit
3550c2cb1e
@ -27,10 +27,10 @@ steps:
|
|||||||
cd AzureSignTool
|
cd AzureSignTool
|
||||||
dotnet --version
|
dotnet --version
|
||||||
dotnet restore
|
dotnet restore
|
||||||
dotnet publish src/AzureSignTool/AzureSignTool.csproj -o ./dist
|
dotnet pack --output ./nupkg -p:Version=3.0.0-alpha
|
||||||
cp ./dist/AzureSignTool %USERPROFILE%\.dotnet\tools
|
dotnet tool install --global --ignore-failed-sources --add-source ./nupkg --version 3.0.0-alpha azuresigntool
|
||||||
displayName: 'Install AST'
|
displayName: 'Install AST'
|
||||||
#dotnet pack --output ./nupkg
|
|
||||||
#dotnet tool install --global --ignore-failed-sources --add-source ./nupkg --version 0.0.0-gce87e84a58 azuresigntool
|
#dotnet tool install --global --ignore-failed-sources --add-source ./nupkg --version 0.0.0-gce87e84a58 azuresigntool
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
Loading…
Reference in New Issue
Block a user