Skip to content

Commit

Permalink
Update the Nuget Config used for Maui net6 apps. (#77739)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoopedBard3 committed Nov 1, 2022
1 parent ea04e23 commit 40df8f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
# Get the current maui nuget config so all things can be found and darc based package sources are kept up to date.
- script: |
curl -o NuGet.config 'https://github.com/raw/dotnet/maui/main/NuGet.config'
curl -o NuGet.config 'https://github.com/raw/dotnet/maui/net6.0/NuGet.config'
curl -o dotnet-install.sh 'https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh'
chmod -R a+rx .
./dotnet-install.sh --channel 6.0 --quality daily --install-dir .
Expand Down

0 comments on commit 40df8f6

Please sign in to comment.