Skip to content

Commit

Permalink
Added .NET 6.0 and windows-latest support to release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Jul 4, 2022
1 parent 120a70f commit e244abe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build-system/windows-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema for reference

pool:
vmImage: vs2017-win2016
vmImage: windows-latest
demands: Cmd

trigger:
Expand All @@ -22,6 +22,10 @@ variables:
- name: githubRepositoryName
value: akkadotnet/Akka.Persistence.MongoDB
steps:
- task: UseDotNet@2
displayName: 'Use .NET 6 SDK 6.0.100'
inputs:
version: 6.0.100
- task: BatchScript@1
displayName: 'FAKE Build'
inputs:
Expand Down

0 comments on commit e244abe

Please sign in to comment.