fix: Updates .NET 7 SDK to 7.0.201 for CI/CD (#1351)

This commit is contained in:
Kamron Batman 2023-02-25 00:57:18 -08:00 committed by GitHub
parent 42012538bc
commit ac7c3522f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ jobs:
displayName: 'Install .NET 7'
inputs:
packageType: sdk
version: 7.0.101
version: 7.0.201
- task: NuGetAuthenticate@1
- script: ./publish.cmd Release
displayName: 'Build'