File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -13,32 +13,13 @@ pool:
1313
1414variables :
1515 Build.Configuration : Release
16- DotNet.Tools : $(Agent.ToolsDirectory)/dotnet
17- DotNet.Version : 7.0.x
1816
1917jobs :
2018- job : BuildBits
2119 displayName : Build and Test solution
2220 timeoutInMinutes : 60
2321 steps :
2422
25- # Cache .NET SDKs and Tools across pipeline runs
26- - task : Cache@2
27- displayName : Cache .NET SDKs
28- inputs :
29- key : ' dotnet | "$(Agent.OS)" | "$(DotNet.Version)"'
30- restoreKeys : |
31- dotnet | "$(Agent.OS)"
32- dotnet
33- path : $(DotNet.Tools)
34-
35- # Install the .NET 7 SDK
36- - task : UseDotNet@2
37- displayName : Install the .NET 7 SDK
38- inputs :
39- version : $(DotNet.Version)
40- performMultiLevelLookup : true
41-
4223 # Set Build Version
4324 - script : nbgv cloud
4425 displayName : Set NBGV version
You can’t perform that action at this time.
0 commit comments