just use artifactory
it's the right answer, and if you insist on being independent from untrustworthy and/or overpriced platforms, make a nuget feed. But I'm too lazy. So: artifactory free tier.
This commit is contained in:
parent
73557b8b25
commit
ca51aba2c8
@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<RestoreSources>$(RestoreSources);../packages/nuget/;https://api.nuget.org/v3/index.json</RestoreSources>
|
||||
<RestoreSources>$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user