添加发布脚本
This commit is contained in:
15
Windows/CS/Framework4.0/Toprie/Output/temp_nuget.config
Normal file
15
Windows/CS/Framework4.0/Toprie/Output/temp_nuget.config
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<config>
|
||||
<add key="allowInsecureConnections" value="true" />
|
||||
</config>
|
||||
<packageSources>
|
||||
<add key="JoyD-Private" value="http://47.111.181.23:8081/repository/nuget-hosted/" />
|
||||
</packageSources>
|
||||
<packageSourceCredentials>
|
||||
<JoyD-Private>
|
||||
<add key="Username" value="admin" />
|
||||
<add key="Password" value="YWRtaW46YWRtaW4=" />
|
||||
</JoyD-Private>
|
||||
</packageSourceCredentials>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user