Skip to content

Commit

Permalink
Appveyor nuget fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
qusma committed Feb 10, 2021
1 parent 0b01fc8 commit 45e022d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .nuget/NuGet.Config
Original file line number Diff line number Diff line change
@@ -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" protocolVersion="3" />
</packageSources>
</configuration>
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,14 @@ platform: Any CPU
# build Configuration, i.e. Debug, Release, etc.
configuration: Release

install:
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe


build:
parallel: true # enable MSBuild parallel builds
project: QDMS.sln # path to Visual Studio solution or project
verbosity: minimal
verbosity: detailed

# scripts to run before build
before_build:
Expand Down

0 comments on commit 45e022d

Please sign in to comment.