diff --git a/init.sh b/init.sh index 52b09154856..35123e28d2e 100755 --- a/init.sh +++ b/init.sh @@ -42,7 +42,7 @@ if [ ! -d aspnetcore ]; then ./bsd_dotnet_install.sh $SDKZIP aspnetcore aspnetcore/.dotnet/dotnet nuget add source ../runtime/artifacts/packages/Release/Shipping/ --name local --configfile aspnetcore/NuGet.config - runtime/.dotnet/dotnet nuget add source 'https://sec.github.io/dotnet-freebsd-nuget-feed/v3/index.json' --name ghsec --configfile runtime/NuGet.config + runtime/.dotnet/dotnet nuget add source 'https://sec.github.io/dotnet-freebsd-nuget-feed/v3/index.json' --name ghsec --configfile aspnetcore/NuGet.config patch -d aspnetcore < patches/aspnetcore.patch