mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
testing publishing and moving to agent tools directory
This commit is contained in:
parent
68d302bfe3
commit
89e55da798
@ -21,6 +21,7 @@ steps:
|
||||
# set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
|
||||
# dotnet tool install --global AzureSignTool --version 2.0.17
|
||||
# displayName: 'install AzureSignTool'
|
||||
|
||||
- task: UseDotNet@2
|
||||
displayName: 'Use .NET Core SDK 3.x'
|
||||
inputs:
|
||||
@ -33,14 +34,16 @@ steps:
|
||||
cd AzureSignTool
|
||||
dotnet --version
|
||||
dotnet restore
|
||||
dotnet pack --output ./nupkg -p:Version=3.0.0-alpha
|
||||
dotnet tool install --global --ignore-failed-sources --add-source ./nupkg --version 3.0.0-alpha azuresigntool
|
||||
dotnet publish src/AzureSignTool.csproj -o ./dist
|
||||
cp ./dist/AzureSignTool $(Agent.ToolsDirectory)/azuresigntool
|
||||
displayName: 'Install AST'
|
||||
|
||||
#dotnet tool install --global --ignore-failed-sources --add-source ./nupkg --version 0.0.0-gce87e84a58 azuresigntool
|
||||
#dotnet pack --output ./nupkg -p:Version=3.0.0-alpha
|
||||
#dotnet tool install --global --ignore-failed-sources --add-source ./nupkg --version 3.0.0-alpha azuresigntool
|
||||
|
||||
- script: |
|
||||
AzureSignTool sign --help
|
||||
azuresigntool sign --help
|
||||
exit 1
|
||||
displayName: 'Debug AST installation'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user