We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abb369e + d2d53f8 commit 7cf0830Copy full SHA for 7cf0830
build-system/windows-release.yaml
@@ -2,7 +2,7 @@
2
# See https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema for reference
3
4
pool:
5
- vmImage: vs2017-win2016
+ vmImage: windows-latest
6
demands: Cmd
7
8
trigger:
@@ -21,6 +21,11 @@ variables:
21
value: akkadotnet/Akka.Quartz.Actor #replace this
22
23
steps:
24
+- task: UseDotNet@2
25
+ displayName: 'Use .NET Core Runtime 3.1.10'
26
+ inputs:
27
+ packageType: runtime
28
+ version: 3.1.10
29
- task: BatchScript@1
30
displayName: 'FAKE Build'
31
inputs:
@@ -35,4 +40,4 @@ steps:
35
40
title: '$(projectName) v$(Build.SourceBranchName)'
36
41
releaseNotesFile: 'RELEASE_NOTES.md'
37
42
assets: |
38
- bin\nuget\*.nupkg
43
+ bin\nuget\*.nupkg
0 commit comments