未验证 提交 3b16e053 编写于 作者: V Vlad Zarytovskii 提交者: GitHub

Install both latest public and latest stable SDKs. Check that solution(s) build with both. (#11988)

* Install both latest public and latest stable SDKs. Check that solution(s) build with both.
上级 6b6c78c9
......@@ -386,10 +386,9 @@ stages:
packageType: sdk
useGlobalJson: true
includePreviewVersions: true
workingDirectory: $(Build.SourcesDirectory)/service
workingDirectory: $(Build.SourcesDirectory)
installationPath: $(Agent.ToolsDirectory)/dotnet
- script: dotnet build ..\FSharp.sln /bl:\"artifacts/log/$(_BuildConfig)/RegularBuild.binlog\"
workingDirectory: $(Build.SourcesDirectory)/service
- script: dotnet build .\FSharp.sln /bl:\"artifacts/log/$(_BuildConfig)/RegularBuild.binlog\"
env:
DOTNET_ROLL_FORWARD_TO_PRERELEASE: 1
displayName: Regular rebuild of FSharp.sln
......@@ -419,10 +418,9 @@ stages:
packageType: sdk
useGlobalJson: true
includePreviewVersions: true
workingDirectory: $(Build.SourcesDirectory)/service
workingDirectory: $(Build.SourcesDirectory)
installationPath: $(Agent.ToolsDirectory)/dotnet
- script: dotnet build ../FSharp.sln /bl:\"artifacts/log/$(_BuildConfig)/RegularBuild.binlog\"
workingDirectory: $(Build.SourcesDirectory)/service
- script: dotnet build ./FSharp.sln /bl:\"artifacts/log/$(_BuildConfig)/RegularBuild.binlog\"
env:
DOTNET_ROLL_FORWARD_TO_PRERELEASE: 1
displayName: Regular rebuild of FSharp.sln
......@@ -452,10 +450,9 @@ stages:
packageType: sdk
useGlobalJson: true
includePreviewVersions: true
workingDirectory: $(Build.SourcesDirectory)/service
workingDirectory: $(Build.SourcesDirectory)
installationPath: $(Agent.ToolsDirectory)/dotnet
- script: dotnet build ../FSharp.sln /bl:\"artifacts/log/$(_BuildConfig)/RegularBuild.binlog\"
workingDirectory: $(Build.SourcesDirectory)/service
- script: dotnet build ./FSharp.sln /bl:\"artifacts/log/$(_BuildConfig)/RegularBuild.binlog\"
env:
DOTNET_ROLL_FORWARD_TO_PRERELEASE: 1
displayName: Regular rebuild of FSharp.sln
......
{
"sdk": {
"version": "6.0.100-rc.1.21379.2",
"version": "6.0.100-preview.7.21379.14",
"allowPrerelease": true,
"rollForward": "minor"
},
"tools": {
"dotnet": "6.0.100-rc.1.21379.2",
"dotnet": "6.0.100-preview.7.21379.14",
"vs": {
"version": "16.8",
"components": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册