mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 19:41:08 +07:00
Add nuget config file
This commit is contained in:
parent
79735df611
commit
5dcd27b0bc
6
__tests__/sample-csproj/nuget.config
Normal file
6
__tests__/sample-csproj/nuget.config
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<activePackageSource>
|
||||||
|
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
|
||||||
|
</activePackageSource>
|
||||||
|
</configuration>
|
Loading…
Reference in New Issue
Block a user