build: add deploy to server
This commit is contained in:
13
nuget.config
Normal file
13
nuget.config
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
||||
<add key="winsomnia.net" value="https://git.winsomnia.net/api/packages/Winsomnia/nuget/index.json" />
|
||||
</packageSources>
|
||||
<packageSourceCredentials>
|
||||
<winsomnia.net>
|
||||
<add key="Username" value="%NUGET_USERNAME%" />
|
||||
<add key="ClearTextPassword" value="%NUGET_PASSWORD%" />
|
||||
</winsomnia.net>
|
||||
</packageSourceCredentials>
|
||||
</configuration>
|
Reference in New Issue
Block a user