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:
13
13
14
14
variables :
15
15
Build.Configuration : Release
16
- DotNet.Tools : $(Agent.ToolsDirectory)/dotnet
17
- DotNet.Version : 7.0.x
18
16
19
17
jobs :
20
18
- job : BuildBits
21
19
displayName : Build and Test solution
22
20
timeoutInMinutes : 60
23
21
steps :
24
22
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
-
42
23
# Set Build Version
43
24
- script : nbgv cloud
44
25
displayName : Set NBGV version
You can’t perform that action at this time.
0 commit comments