Skip to content

Commit

Permalink
Configure CI (no. 59)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 15, 2021
1 parent f0db786 commit 44ad355
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
inputs:
command: restore
restoreSolution: src/Windows.sln
feedsToUse: config
nugetConfigPath: ci/windows/NuGet.config
- task: MSBuild@1
inputs:
Expand Down
1 change: 0 additions & 1 deletion ci/windows/NuGet.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
</clear>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>

0 comments on commit 44ad355

Please sign in to comment.