Skip to content

Commit

Permalink
Install both latest public and latest stable SDKs. Check that solutio…
Browse files Browse the repository at this point in the history
…n(s) build with both. (#11988)

* Install both latest public and latest stable SDKs. Check that solution(s) build with both.
  • Loading branch information
vzarytovskii authored Aug 18, 2021
1 parent 6b6c78c commit 3b16e05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
15 changes: 6 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"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": [
Expand Down

0 comments on commit 3b16e05

Please sign in to comment.