File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ parameters:
3
3
4
4
steps :
5
5
6
- # - task: UseDotNet@2
7
- # displayName: 'Use .NET SDK'
8
- # inputs:
9
- # version: ${{ parameters.DotNetVersion }}
10
- # includePreviewVersions: true
6
+ - task : UseDotNet@2
7
+ displayName : ' Use .NET SDK'
8
+ inputs :
9
+ version : ${{ parameters.DotNetVersion }}
10
+ includePreviewVersions : true
11
11
12
12
# Daily builds install
13
- - pwsh : |
14
- $DotNetRoot = "C:\hostedtoolcache\windows\dotnet"
15
- Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./build/installcli.ps1"
16
- & ./build/installcli.ps1 -v 10.0.100-preview.3.25201.16 -InstallDir $DotNetRoot
13
+ # - pwsh: |
14
+ # $DotNetRoot = "C:\hostedtoolcache\windows\dotnet"
15
+ # Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./build/installcli.ps1"
16
+ # & ./build/installcli.ps1 -v 10.0.100-preview.3.25201.16 -InstallDir $DotNetRoot
17
17
18
- condition: and(succeeded(), eq( variables['Agent.OS'], 'Windows_NT' ))
19
- displayName: 'Setup .NET (Windows)'
18
+ # condition: and(succeeded(), eq( variables['Agent.OS'], 'Windows_NT' ))
19
+ # displayName: 'Setup .NET (Windows)'
20
20
21
21
- pwsh : |
22
22
wget https://dot.net/v1/dotnet-install.sh
You can’t perform that action at this time.
0 commit comments