Browse Source

Delete nuget.config from IntegrationTestApp (#17045)

pull/17101/head
Julien Lebosquain 2 years ago
committed by GitHub
parent
commit
99503dd735
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 11
      samples/IntegrationTestApp/nuget.config

11
samples/IntegrationTestApp/nuget.config

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
To use the Avalonia CI feed to get unstable packages, move this file to the root of your solution.
-->
<configuration>
<packageSources>
<add key="AvaloniaCI" value="https://www.myget.org/F/avalonia-ci/api/v2" />
</packageSources>
</configuration>
Loading…
Cancel
Save