diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 46a51ee2882..e152fa4ca82 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -63,13 +63,13 @@ https://github.com/dotnet/core-setup 499b95322ae3a8e29af2a2aacdfb332c4e25dfcf - + https://github.com/dotnet/arcade - e4c419c52886df5ad44acb2e3d3a1af2c9eae683 + dc538a29793fd56618d0fa3186e2388d47d00c19 - + https://github.com/dotnet/arcade - e4c419c52886df5ad44acb2e3d3a1af2c9eae683 + dc538a29793fd56618d0fa3186e2388d47d00c19 https://github.com/dotnet/corefx @@ -95,13 +95,13 @@ https://github.com/dotnet/coreclr e2b3130f4d0c9f1b759a769f4d344ee72a55b771 - + https://github.com/dotnet/arcade - e4c419c52886df5ad44acb2e3d3a1af2c9eae683 + dc538a29793fd56618d0fa3186e2388d47d00c19 - + https://github.com/dotnet/arcade - e4c419c52886df5ad44acb2e3d3a1af2c9eae683 + dc538a29793fd56618d0fa3186e2388d47d00c19 diff --git a/eng/Versions.props b/eng/Versions.props index 8f6c52a61ce..3adbd8a50cf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,8 +40,8 @@ - 1.0.0-beta.19317.3 - 1.0.0-beta.19317.3 + 1.0.0-beta.19318.2 + 1.0.0-beta.19318.2 diff --git a/eng/common/templates/job/publish-build-assets.yml b/eng/common/templates/job/publish-build-assets.yml index 619ec68aa43..01442216816 100644 --- a/eng/common/templates/job/publish-build-assets.yml +++ b/eng/common/templates/job/publish-build-assets.yml @@ -57,7 +57,6 @@ jobs: /p:MaestroApiEndpoint=https://maestro-prod.westus2.cloudapp.azure.com /p:PublishUsingPipelines=${{ parameters.publishUsingPipelines }} /p:Configuration=$(_BuildConfig) - /v:detailed condition: ${{ parameters.condition }} continueOnError: ${{ parameters.continueOnError }} - task: powershell@2 diff --git a/eng/common/templates/post-build/channels/public-dev-release.yml b/eng/common/templates/post-build/channels/public-dev-release.yml index b332cb51732..c61eaa927d9 100644 --- a/eng/common/templates/post-build/channels/public-dev-release.yml +++ b/eng/common/templates/post-build/channels/public-dev-release.yml @@ -138,8 +138,7 @@ stages: inputs: targetType: inline script: | - darc gather-drop --non-shipping --continue-on-error --id $(BARBuildId) --output-dir $(Agent.BuildDirectory)/Temp/Drop/ --bar-uri https://maestro-prod.westus2.cloudapp.azure.com/ --password $(MaestroAccessToken) - continueOnError: true + darc gather-drop --non-shipping --continue-on-error --id $(BARBuildId) --output-dir $(Agent.BuildDirectory)/Temp/Drop/ --bar-uri https://maestro-prod.westus2.cloudapp.azure.com/ --password $(MaestroAccessToken) --latest-location - template: ../promote-build.yml parameters: diff --git a/eng/common/templates/post-build/channels/public-validation-release.yml b/eng/common/templates/post-build/channels/public-validation-release.yml index 0b9719da82b..23725c6d620 100644 --- a/eng/common/templates/post-build/channels/public-validation-release.yml +++ b/eng/common/templates/post-build/channels/public-validation-release.yml @@ -84,8 +84,7 @@ stages: inputs: targetType: inline script: | - darc gather-drop --non-shipping --continue-on-error --id $(BARBuildId) --output-dir $(Agent.BuildDirectory)/Temp/Drop/ --bar-uri https://maestro-prod.westus2.cloudapp.azure.com --password $(MaestroAccessToken) - continueOnError: true + darc gather-drop --non-shipping --continue-on-error --id $(BARBuildId) --output-dir $(Agent.BuildDirectory)/Temp/Drop/ --bar-uri https://maestro-prod.westus2.cloudapp.azure.com --password $(MaestroAccessToken) --latest-location - template: ../promote-build.yml parameters: diff --git a/global.json b/global.json index 523cc50423e..8a9f389e3d8 100644 --- a/global.json +++ b/global.json @@ -12,8 +12,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19317.3", - "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19317.3" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19318.2", + "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19318.2" }, "native-tools": { "strawberry-perl": "5.28.1.1-1",