This repository has been archived by the owner on Mar 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The functional tests downloaded an old version of the NuGet client that didn't support `PackageReference`.
- Loading branch information
1 parent
2ab0c43
commit d8cb87d
Showing
2 changed files
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$sourceNugetExe = "https://nuget.org/nuget.exe" | ||
$sourceNugetExe = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe" | ||
$targetNugetExe = ".\nuget.exe" | ||
|
||
Invoke-WebRequest $sourceNugetExe -OutFile $targetNugetExe |
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