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 43b4008 commit a37a2b0Copy full SHA for a37a2b0
.azure/pipelines/ci.yml
@@ -510,7 +510,9 @@ jobs:
510
# The SDK version selected here is intentionally supposed to use the latest release
511
# For the purpose of building Linux distros, we can't depend on features of the SDK
512
# which may not exist in pre-built versions of the SDK
513
- version: 3.0.x
+ # Pinning to preview 8 since preview 9 has breaking changes
514
+ # version: 3.0.x
515
+ version: 3.0.100-preview8-013656
516
installationPath: $(DotNetCoreSdkDir)
517
includePreviewVersions: true
518
- script: ./eng/scripts/ci-source-build.sh --ci --configuration Release /p:BuildManaged=true /p:BuildNodeJs=false
0 commit comments