Skip to content

Commit

Permalink
[PERF][MAUI] Update Nuget.config branch for Maui workload install net…
Browse files Browse the repository at this point in the history
…7.0 (#77231)

Update nuget config link.
  • Loading branch information
LoopedBard3 committed Oct 19, 2022
1 parent 6c949f5 commit 6eb3ccb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ steps:
workingDirectory: $(Build.SourcesDirectory)
- script: |
curl -o NuGet.config 'https://raw.githubusercontent.com/dotnet/maui/main/NuGet.config'
curl -o NuGet.config 'https://raw.githubusercontent.com/dotnet/maui/net7.0/NuGet.config'
curl -o dotnet-install.sh 'https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh'
curl -Lo maui-supported-sdk-version.json 'https://aka.ms/dotnet/sdk/maui/net7.0.json'
version=$(sed -nr 's/\s*"version": "(.*)"/\1/p' ./maui-supported-sdk-version.json)
Expand Down

0 comments on commit 6eb3ccb

Please sign in to comment.