Skip to content

Commit

Permalink
Fix CI again using the new rollback locations (#3041)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Oct 19, 2024
1 parent 52a4780 commit dea1c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/azure-pipelines-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ variables:
XCODE_VERSION: 14.2
VISUAL_STUDIO_VERSION: ''
DOTNET_VERSION_PREVIEW: '7.0.302'
DOTNET_WORKLOAD_SOURCE: 'https://maui.blob.core.windows.net/metadata/rollbacks/7.0.81.json'
DOTNET_WORKLOAD_SOURCE: 'https://github.com/dotnet/maui/releases/download/7.0.81/7.0.81.json'
DOTNET_WORKLOAD_TIZEN: '7.0.111'
CONFIGURATION: 'Release'
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand Down
1 change: 1 addition & 0 deletions scripts/install-dotnet-workloads.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Write-Host "Installing .NET workloads..."
--source $feed1 `
--source $feed2 `
--source $feed3 `
--verbosity diagnostic `
--skip-sign-check

Write-Host "Installing Tizen workloads..."
Expand Down

0 comments on commit dea1c0d

Please sign in to comment.