File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ variables:
19
19
- group : nugetKeys # create this group with SECRET variables `nugetKey`
20
20
21
21
steps :
22
+ - task : UseDotNet@2
23
+ displayName : ' Use .NET 7 SDK 7.0.100'
24
+ inputs :
25
+ version : 7.0.100
22
26
- task : UseDotNet@2
23
27
displayName : ' Use .NET 5 SDK 6.0.100'
24
28
inputs :
32
36
displayName : ' FAKE Build'
33
37
inputs :
34
38
filename : build.cmd
35
- arguments : ' Nuget nugetprerelease=dev nugetpublishurl=$(nightlyUrl) nugetkey=$(nightlyKey)'
39
+ arguments : ' Nuget nugetprerelease=dev nugetpublishurl=$(nightlyUrl) nugetkey=$(nightlyKey)'
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ variables:
22
22
- name : githubRepositoryName
23
23
value : akkadotnet/akka.net
24
24
steps :
25
+ - task : UseDotNet@2
26
+ displayName : ' Use .NET 7 SDK 7.0.100'
27
+ inputs :
28
+ version : 7.0.100
25
29
- task : UseDotNet@2
26
30
displayName : ' Use .NET 6 SDK 6.0.100'
27
31
inputs :
You can’t perform that action at this time.
0 commit comments