fix: Fixes releases (#1576)

This commit is contained in:
Kamron Batman 2023-10-30 19:26:10 -07:00 committed by GitHub
parent cde59a82f2
commit c53c842c4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 18 deletions

View file

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