File tree 5 files changed +2
-7
lines changed
5 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 22
22
runs-on : ${{ matrix.os }}
23
23
env :
24
24
DOTNET_NOLOGO : true
25
- DOTNET_CLI_TELEMETRY_OPTOUT : true
26
25
DOTNET_GENERATE_ASPNET_CERTIFICATE : false
27
26
steps :
28
27
- name : Checkout repository
Original file line number Diff line number Diff line change 24
24
security-events : write
25
25
env :
26
26
DOTNET_NOLOGO : true
27
- DOTNET_CLI_TELEMETRY_OPTOUT : true
28
27
DOTNET_GENERATE_ASPNET_CERTIFICATE : false
29
28
steps :
30
29
- name : Checkout repository
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
env :
18
18
DOTNET_NOLOGO : true
19
- DOTNET_CLI_TELEMETRY_OPTOUT : true
20
19
DOTNET_GENERATE_ASPNET_CERTIFICATE : false
21
20
steps :
22
21
- name : Checkout repository
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
env :
18
18
DOTNET_NOLOGO : true
19
- DOTNET_CLI_TELEMETRY_OPTOUT : true
20
19
DOTNET_GENERATE_ASPNET_CERTIFICATE : false
21
20
steps :
22
21
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ variables:
21
21
BuildConfiguration : Release
22
22
WindowsContainerImage : onebranch.azurecr.io/windows/ltsc2019/vse2022:latest
23
23
DOTNET_NOLOGO : true
24
- DOTNET_CLI_TELEMETRY_OPTOUT : true
25
24
DOTNET_GENERATE_ASPNET_CERTIFICATE : false
26
25
27
26
resources :
@@ -64,10 +63,10 @@ extends:
64
63
system : Custom
65
64
customVersion : $(package.version)
66
65
- task : UseDotNet@2
67
- displayName : Use .NET 8.x SDK
66
+ displayName : Use .NET SDK
68
67
inputs :
69
68
packageType : sdk
70
- version : 8.x
69
+ useGlobalJson : true
71
70
- task : UseDotNet@2
72
71
displayName : Use .NET 7.x runtime (for tests)
73
72
inputs :
You can’t perform that action at this time.
0 commit comments