Skip to content

Commit

Permalink
Configure (no. 57)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 15, 2021
1 parent b7fba17 commit f4064dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .azure/pipelines/ci.yml
Expand Up @@ -119,6 +119,7 @@ jobs:
inputs:
command: restore
restoreSolution: src/Windows.sln
nugetConfigPath: ci/windows/NuGet.config
- task: MSBuild@1
inputs:
solution: src/Windows.sln
Expand Down
6 changes: 6 additions & 0 deletions ci/windows/NuGet.config
@@ -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>

0 comments on commit f4064dd

Please sign in to comment.