Skip to content

Commit

Permalink
Merge in 'release/8.x' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Sep 8, 2023
2 parents 1067d80 + 7ff3641 commit 44dd1ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion eng/pipelines/stages/preparerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ stages:
- group: DotNet-Diagnostics-Storage
- group: DotNet-DotNetStage-Storage
- group: Release-Pipeline
- group: DotNetBuilds storage account read tokens
steps:
- task: UseDotNet@2
displayName: 'Use .NET 6'
Expand All @@ -50,9 +51,10 @@ stages:
-MaestroToken "$(MaestroAccessToken)"
-GitHubToken "$(BotAccount-dotnet-bot-repo-PAT)"
-DownloadTargetPath "$(System.ArtifactsDirectory)\BuildAssets"
-SasSuffixes "$(dotnetclichecksumsmsrc-dotnet-read-list-sas-token),$(dotnetclimsrc-read-sas-token)"
-SasSuffixes "$(dotnetbuilds-internal-checksums-container-read-token),$(dotnetbuilds-internal-container-read-token)"
-ReleaseVersion "$(Build.BuildNumber)"
workingDirectory: '$(Build.Repository.LocalPath)'
continueOnError: true
- script: >-
$(Build.SourcesDirectory)\dotnet.cmd run --project $(Build.Repository.LocalPath)\eng\release\DiagnosticsReleaseTool\DiagnosticsReleaseTool.csproj -c Release
--
Expand Down
3 changes: 2 additions & 1 deletion eng/release/Scripts/AcquireBuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ try {
--bar-uri $MaestroApiEndPoint `
--password $MaestroToken `
--separated `
--verbose
--verbose `
--continue-on-error

if ($LastExitCode -ne 0) {
Write-Host "Error: unable to gather the assets from build $BarBuildId to $DownloadTargetPath using darc."
Expand Down

0 comments on commit 44dd1ff

Please sign in to comment.