Skip to content

Commit

Permalink
Use the new .NET (#2212)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Aug 11, 2022
1 parent 2ba0db5 commit b5cf6c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/azure-pipelines-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ variables:
MONO_VERSION_LINUX: ''
XCODE_VERSION: 13.2.1
VISUAL_STUDIO_VERSION: '17/pre'
DOTNET_VERSION_PREVIEW: '6.0.302'
DOTNET_WORKLOAD_SOURCE: 'https://aka.ms/dotnet/maui/6.0.300.json'
DOTNET_VERSION_PREVIEW: '6.0.400'
DOTNET_WORKLOAD_SOURCE: 'https://aka.ms/dotnet/maui/6.0.486.json'
CONFIGURATION: 'Release'
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
THROW_ON_TEST_FAILURE: true
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-dotnet.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Param(
[string] $Version,
[string] $InstallDir,
[string] $FeedUrl = "https://dotnetbuilds.blob.core.windows.net/public"
[string] $FeedUrl = "https://dotnetcli.blob.core.windows.net/public"
)

$ErrorActionPreference = 'Stop'
Expand Down

0 comments on commit b5cf6c9

Please sign in to comment.