-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2362 from fsprojects/fix_retry_logic
Improve preloading-request logic
- Loading branch information
Showing
13 changed files
with
271 additions
and
116 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
3 changes: 2 additions & 1 deletion
3
integrationtests/scenarios/i001427-content-none/before/paket.dependencies
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,5 @@ | ||
source https://www.nuget.org/api/v2/ | ||
framework >= net45 | ||
|
||
nuget Costura.Fody ~> 1.3.3.0 content:none | ||
nuget Costura.Fody ~> 1.3.3.0 content:none | ||
nuget Fody ~> 2.0.10 content:none |
3 changes: 2 additions & 1 deletion
3
integrationtests/scenarios/i001427-content-once-remove/before/paket.dependencies
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,5 @@ | ||
source https://www.nuget.org/api/v2/ | ||
framework >= net45 | ||
|
||
nuget Costura.Fody ~> 1.3.3.0 content: once | ||
nuget Costura.Fody ~> 1.3.3.0 content: once | ||
nuget Fody ~> 2.0.10 content: once |
3 changes: 2 additions & 1 deletion
3
integrationtests/scenarios/i001427-content-once-stable/before/paket.dependencies
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,5 @@ | ||
source https://www.nuget.org/api/v2/ | ||
framework >= net45 | ||
|
||
nuget Costura.Fody ~> 1.3.3.0 content: once | ||
nuget Costura.Fody ~> 1.3.3.0 content: once | ||
nuget Fody ~> 2.0.10 content: once |
3 changes: 2 additions & 1 deletion
3
integrationtests/scenarios/i001427-content-once/before/paket.dependencies
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,5 @@ | ||
source https://www.nuget.org/api/v2/ | ||
framework >= net45 | ||
|
||
nuget Costura.Fody ~> 1.3.3.0 content: once | ||
nuget Costura.Fody ~> 1.3.3.0 content: once | ||
nuget Fody ~> 2.0.10 content: once |
3 changes: 2 additions & 1 deletion
3
integrationtests/scenarios/i001427-content-true/before/paket.dependencies
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,5 @@ | ||
source https://www.nuget.org/api/v2/ | ||
framework >= net45 | ||
|
||
nuget Costura.Fody ~> 1.3.3.0 | ||
nuget Costura.Fody ~> 1.3.3.0 | ||
nuget Fody ~> 2.0.10 |
3 changes: 2 additions & 1 deletion
3
integrationtests/scenarios/i001427-ref-content-once/before/paket.dependencies
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,5 @@ | ||
source https://www.nuget.org/api/v2/ | ||
framework >= net45 | ||
|
||
nuget Costura.Fody ~> 1.3.3.0 | ||
nuget Costura.Fody ~> 1.3.3.0 | ||
nuget Fody ~> 2.0.10 |
3 changes: 2 additions & 1 deletion
3
integrationtests/scenarios/i001522-copy-content/before/paket.dependencies
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,5 @@ | ||
source https://www.nuget.org/api/v2/ | ||
framework >= net45 | ||
|
||
nuget Costura.Fody ~> 1.3.3.0 content: once, copy_content_to_output_dir: always | ||
nuget Costura.Fody ~> 1.3.3.0 content: once, copy_content_to_output_dir: always | ||
nuget Fody ~> 2.0.10 content: once, copy_content_to_output_dir: always |
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
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
Oops, something went wrong.