Просмотр исходного кода

Update to stable SDK in source build

wtgodbe 6 лет назад
Родитель
Сommit
f20a4143de
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .azure/pipelines/ci.yml

+ 1 - 1
.azure/pipelines/ci.yml

@@ -535,7 +535,7 @@ stages:
         # For the purpose of building Linux distros, we can't depend on features of the SDK
         # which may not exist in pre-built versions of the SDK
         # Pinning to preview 8 since preview 9 has breaking changes
-        version: 3.0.100-preview8-013656
+        version: 3.0.100
         installationPath: $(DotNetCoreSdkDir)
         includePreviewVersions: true
     - script: ./eng/scripts/ci-source-build.sh --ci --configuration Release /p:BuildManaged=true /p:BuildNodeJs=false