adding a nuget package source doesn't work.
I wish the documentation would stop saying "dotnet restore uses the nuget config", because it doesn't.
This commit is contained in:
parent
c404c8ce4e
commit
3915469604
@ -4,7 +4,7 @@
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<RootNamespace>directors_assistant</RootNamespace>
|
||||
<RestoreSources>$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
|
||||
<RestoreSources>$(RestoreSources);https://thegreyn.jfrog.io/artifactory/api/nuget/adamrgrey-nuget;https://api.nuget.org/v3/index.json</RestoreSources>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user