Skip to content

Commit

Permalink
Fixup sed for runtime insert in aspnetcore
Browse files Browse the repository at this point in the history
  • Loading branch information
Qstick committed Nov 24, 2023
1 parent 2e4438e commit f75c941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ stages:
set -e
git -C aspnetcore checkout ${{ parameters.aspBranch }}
git -C aspnetcore submodule update --init
sed -i '/linux-x64;/a \ \ \ \ \ \ linux-x86;' aspnetcore/Directory.Build.props
sed -i 's/linux-x64;/&linux-x86;/' aspnetcore/Directory.Build.props
sed -i '/<LatestPackageReference Include="Microsoft.NETCore.App.Runtime.linux-x64" \/>/a \ \ \ \ <LatestPackageReference Include="Microsoft.NETCore.App.Runtime.linux-x86" \/>' aspnetcore/eng/Dependencies.props
dotnet nuget add source ../runtime/artifacts/packages/Release/Shipping --name local --configfile aspnetcore/NuGet.config
sed -i '/\/dnceng\/internal\//d' aspnetcore/NuGet.config
Expand Down

0 comments on commit f75c941

Please sign in to comment.