-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed legacy Netcore test project build/sln. Removed legacy .testse…
…ttings files. Removed local-artifacts as it was only involved in the (now removed) net472 build process. Updated travis.yml to only run the build.proj. Arranged package discovery in NuGet.Config to be the most logical (from local, to our myget, to specific PowerShell feeds, to NuGet). Updated build.proj to handle TestResults folders appropriately.
- Loading branch information
Showing
13 changed files
with
6 additions
and
2,543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<packageSources> | ||
<add key="local-artifacts" value="src/local-artifacts" /> | ||
<add key="local-feed" value="tools/LocalFeed" /> | ||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> | ||
<add key="myget-azure-powershell" value="https://www.myget.org/F/azure-powershell/api/v3/index.json" /> | ||
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" /> | ||
<add key="powershell-core" value="https://powershell.myget.org/F/powershell-core/api/v3/index.json" /> | ||
<add key="myget-azure-powershell" value="https://www.myget.org/F/azure-powershell/api/v3/index.json" /> | ||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> | ||
</packageSources> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.