chore: Updates CI/CD to use .NET 6.0.201 (#964)
This commit is contained in:
parent
89f3a0522c
commit
daf89686d1
2 changed files with 3 additions and 3 deletions
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Setup .NET 6
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 6.0.100
|
||||
dotnet-version: 6.0.201
|
||||
- name: Build
|
||||
run: ./publish.cmd
|
||||
- name: Test
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
displayName: 'Install .NET 6'
|
||||
inputs:
|
||||
packageType: sdk
|
||||
version: 6.0.100
|
||||
version: 6.0.201
|
||||
- task: NuGetAuthenticate@0
|
||||
- script: ./publish.cmd Release win
|
||||
displayName: 'Build'
|
||||
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
displayName: 'Install .NET 6'
|
||||
inputs:
|
||||
packageType: sdk
|
||||
version: 6.0.100
|
||||
version: 6.0.201
|
||||
- task: NuGetAuthenticate@0
|
||||
- script: ./publish.cmd Release $(os)
|
||||
displayName: 'Build'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue