Skip to content

Commit 513e49a

Browse files
authored
Update release script (#325)
1 parent e4d7277 commit 513e49a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

build-system/windows-release.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,18 @@ variables:
2222

2323
steps:
2424
- task: UseDotNet@2
25-
displayName: 'Use .NET Core Runtime 3.1.10'
25+
displayName: 'Use .NET 6'
2626
inputs:
27-
packageType: runtime
28-
version: 3.1.10
27+
version: '6.x'
28+
- task: UseDotNet@2
29+
displayName: 'Use .NET Core 3.1'
30+
inputs:
31+
version: 3.1.x
2932
- task: BatchScript@1
3033
displayName: 'FAKE Build'
3134
inputs:
3235
filename: build.cmd
33-
arguments: 'All nugetpublishurl=https://api.nuget.org/v3/index.json nugetkey=$(nugetKey)'
36+
arguments: 'nuget nugetpublishurl=https://api.nuget.org/v3/index.json nugetkey=$(nugetKey)'
3437

3538
- task: GitHubRelease@0
3639
displayName: 'GitHub release (create)'

0 commit comments

Comments
 (0)