We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e707229 commit 1a0532aCopy full SHA for 1a0532a
appveyor.yml
@@ -11,7 +11,7 @@ install:
11
- ps: Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile "install-dotnet.ps1"
12
- ps: .\install-dotnet.ps1 -Channel 3.1 -InstallDir "dotnetcli"
13
- ps: .\install-dotnet.ps1 -Channel 5.0 -InstallDir "dotnetcli"
14
- - ps: .\install-dotnet.ps1 -Channel 7.0 -Quality preview -InstallDir "dotnetcli"
+ - ps: .\install-dotnet.ps1 -Channel 7.0 -InstallDir "dotnetcli"
15
build_script:
16
- dotnet --info
17
before_test:
azure-pipelines.yml
@@ -1,5 +1,5 @@
1
variables:
2
- DotNetCoreSdkVersion: '7.0.100-rc.2.22477.23'
+ DotNetCoreSdkVersion: '7.x'
3
NUGET_PACKAGES: '$(Pipeline.Workspace)/.nuget/packages'
4
5
jobs:
0 commit comments