update(release): Updates .NET 5 version in workflows (#569)
This commit is contained in:
parent
b51bab5f1d
commit
151eef470f
2 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
displayName: 'Install .NET 5'
|
||||
inputs:
|
||||
packageType: sdk
|
||||
version: 5.0.200
|
||||
version: 5.0.202
|
||||
- task: NuGetAuthenticate@0
|
||||
- script: ./publish.cmd Release win
|
||||
displayName: 'Build'
|
||||
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
displayName: 'Install .NET 5'
|
||||
inputs:
|
||||
packageType: sdk
|
||||
version: 5.0.200
|
||||
version: 5.0.202
|
||||
- task: NuGetAuthenticate@0
|
||||
- script: ./publish.cmd Release $(os)
|
||||
displayName: 'Build'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue