mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Merge pull request #679 from JustArchi/appveyor-test
Improve AppVeyor workaround
This commit is contained in:
@@ -26,8 +26,6 @@ before_build:
|
||||
|
||||
dotnet --info
|
||||
|
||||
nuget sources update -Name nuget.org -Source https://api.nuget.org/v3/index.json
|
||||
|
||||
dotnet restore
|
||||
build_script:
|
||||
- ps: >-
|
||||
|
||||
6
nuget.config
Normal file
6
nuget.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> <!-- As a workaround until https://github.com/appveyor/ci/issues/1869 is fixed -->
|
||||
</packageSources>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user