Skip to content

Commit

Permalink
Update windows-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Dec 15, 2022
1 parent 31ac82b commit d2d53f8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions 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 @@ -21,6 +21,11 @@ variables:
value: akkadotnet/Akka.Quartz.Actor #replace this

steps:
- task: UseDotNet@2
displayName: 'Use .NET Core Runtime 3.1.10'
inputs:
packageType: runtime
version: 3.1.10
- task: BatchScript@1
displayName: 'FAKE Build'
inputs:
Expand All @@ -35,4 +40,4 @@ steps:
title: '$(projectName) v$(Build.SourceBranchName)'
releaseNotesFile: 'RELEASE_NOTES.md'
assets: |
bin\nuget\*.nupkg
bin\nuget\*.nupkg

0 comments on commit d2d53f8

Please sign in to comment.