Skip to content

Commit

Permalink
Port of dependency name update from: dotnet/performance#4396
Browse files Browse the repository at this point in the history
  • Loading branch information
LoopedBard3 committed Aug 14, 2024
1 parent b1968e7 commit d5843ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/coreclr/templates/build-perf-bdn-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ steps:
curl -o NuGet.config 'https://raw.githubusercontent.com/dotnet/maui/${{parameters.framework}}/NuGet.config'
curl -o dotnet-install.sh 'https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh'
curl -Lo performance-version-details.xml 'https://raw.githubusercontent.com/dotnet/performance/${{parameters.perfBranch}}/eng/Version.Details.xml'
version=$(sed -nr 's/[[:space:]]*<Dependency Name="VS.Tools.Net.Core.SDK.Resolver" Version="(.*)"[[:space:]].*/\1/p' ./performance-version-details.xml)
version=$(sed -nr 's/[[:space:]]*<Dependency Name="Microsoft.NET.Sdk" Version="(.*)"[[:space:]].*/\1/p' ./performance-version-details.xml)
echo dotnet-version: $version
chmod -R a+rx .
./dotnet-install.sh --version $version --install-dir .
Expand Down

0 comments on commit d5843ba

Please sign in to comment.