update(release): Updates .NET 5 version in workflows (#569)

This commit is contained in:
Kamron Batman 2021-04-10 21:49:44 -07:00 committed by GitHub
parent b51bab5f1d
commit 151eef470f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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