mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
trying to downgrad the .NET sdk
This commit is contained in:
parent
3550c2cb1e
commit
68d302bfe3
@ -21,6 +21,12 @@ 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:
|
||||
packageType: sdk
|
||||
version: 3.x
|
||||
installationPath: $(Agent.ToolsDirectory)/dotnet
|
||||
|
||||
- script: |
|
||||
git clone https://github.com/vcsjones/AzureSignTool.git
|
||||
|
Loading…
Reference in New Issue
Block a user