diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d924fc231f7dd..2dca510dc0384 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,6 +47,8 @@ jobs: timeoutInMinutes: 90 steps: + - checkout: self + clean: true - script: eng/cibuild.cmd -configuration $(_configuration) -prepareMachine -testDesktop -$(_testKind) -procdump displayName: Build and Test @@ -66,7 +68,7 @@ jobs: ArtifactName: 'Windows Desktop $(_configuration) $(_testKind)' publishLocation: Container continueOnError: true - condition: not(succeeded()) + condition: always() - job: Windows_Desktop_Spanish_Unit_Tests pool: @@ -75,6 +77,8 @@ jobs: timeoutInMinutes: 90 steps: + - checkout: self + clean: true - script: eng/cibuild.cmd -configuration Debug -prepareMachine -testDesktop displayName: Build and Test @@ -93,7 +97,7 @@ jobs: ArtifactName: 'Windows Desktop Spanish' publishLocation: Container continueOnError: true - condition: not(succeeded()) + condition: always() - job: Windows_CoreClr_Unit_Tests pool: @@ -109,6 +113,8 @@ jobs: timeoutInMinutes: 90 steps: + - checkout: self + clean: true - script: eng/cibuild.cmd -configuration $(_configuration) -prepareMachine -msbuildEngine:dotnet -testCoreClr displayName: Build and Test @@ -128,7 +134,7 @@ jobs: ArtifactName: 'Windows CoreClr $(_configuration)' publishLocation: Container continueOnError: true - condition: not(succeeded()) + condition: always() - job: Windows_Determinism_Test pool: @@ -136,6 +142,8 @@ jobs: queue: BuildPool.Windows.10.Amd64.VS2017.Open timeoutInMinutes: 90 steps: + - checkout: self + clean: true - script: eng/test-determinism.cmd -configuration Debug displayName: Build - Validate determinism @@ -146,7 +154,7 @@ jobs: ArtifactName: 'Build Determinism Files' publishLocation: Container continueOnError: true - condition: not(succeeded()) + condition: always() - job: Windows_Correctness_Test pool: @@ -154,6 +162,8 @@ jobs: queue: BuildPool.Windows.10.Amd64.VS2017.Open timeoutInMinutes: 90 steps: + - checkout: self + clean: true - script: eng/test-build-correctness.cmd -configuration Release displayName: Build - Validate correctness @@ -164,7 +174,7 @@ jobs: ArtifactName: 'Build Correctness Files' publishLocation: Container continueOnError: true - condition: not(succeeded()) + condition: always() - task: PublishBuildArtifacts@1 displayName: Publish Artifact Packages @@ -199,6 +209,8 @@ jobs: _configuration: Debug timeoutInMinutes: 90 steps: + - checkout: self + clean: true - script: ./eng/cibuild.sh --configuration $(_configuration) --prepareMachine $(_args) displayName: Build and Test - task: PublishTestResults@2 @@ -217,7 +229,7 @@ jobs: ArtifactName: 'Linux $(_name)' publishLocation: Container continueOnError: true - condition: not(succeeded()) + condition: always() - job: macOS_Test pool: diff --git a/eng/Versions.props b/eng/Versions.props index a540d27825501..9276ca63136c6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,6 +20,7 @@ --> + 2.1.7 2.6.2-beta2 2.8.2 1.0.0-beta1-63310-01 @@ -274,6 +275,7 @@ + true true @@ -281,7 +283,7 @@ true true true - true + false true true *none* diff --git a/global.json b/global.json index f5793f91007c1..16d2ba38ede4f 100644 --- a/global.json +++ b/global.json @@ -1,12 +1,15 @@ { "tools": { "dotnet": "3.0.100-preview4-010963", + "runtimes": { + "dotnet/x64": [ "$(MicrosoftNetCoreAppVersion)" ] + }, "vs": { "version": "16.0" }, "xcopy-msbuild": "16.0.0-alpha" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19230.6" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19253.7" } } diff --git a/src/Compilers/Core/MSBuildTask/xlf/ErrorString.tr.xlf b/src/Compilers/Core/MSBuildTask/xlf/ErrorString.tr.xlf index b3a57a1232880..2e5b9b3f7a53b 100644 --- a/src/Compilers/Core/MSBuildTask/xlf/ErrorString.tr.xlf +++ b/src/Compilers/Core/MSBuildTask/xlf/ErrorString.tr.xlf @@ -60,7 +60,8 @@ Failed to check the content hash of the source ref assembly '{0}': {1} {2} - Kaynak ürün kodu derleme '{0}' içerik karma denetlemek başarısız oldu: {1} (2) + Failed to check the content hash of the source ref assembly '{0}': {1} +{2}