Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 82b15dc

Browse files
author
N. Taylor Mullen
committed
Change repo-initialize to have a fallback restore.
1 parent fdd9c45 commit 82b15dc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

makefile.shade

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ k-standard-goals
1919

2020
default CONFIGURATION_LOCAL='${E("Configuration")}'
2121

22-
#pack-test-dependencies target='repo-initialize'
22+
#repo-initialize target='initialize'
23+
use-volatile-feed
2324
rimraf rimrafDir='${TEST_ARTIFACTS_INITIAL_PACKAGE_DIR}' if='Directory.Exists(TEST_ARTIFACTS_INITIAL_PACKAGE_DIR)'
2425

2526
@{
@@ -35,7 +36,7 @@ default CONFIGURATION_LOCAL='${E("Configuration")}'
3536

3637
// Restore testapps folder locally to ensure all dynamically generated packages have been cached.
3738
var testProjectDirectory = Path.Combine(BASE_DIR_LOCAL, "testapps");
38-
Dotnet("restore " + testProjectDirectory + " -f " + TEST_ARTIFACTS_INITIAL_PACKAGE_DIR);
39+
Dotnet("restore " + BASE_DIR_LOCAL + " -f " + TEST_ARTIFACTS_INITIAL_PACKAGE_DIR);
3940
}
4041

4142
#repack-x86 target='compile' if='Directory.Exists("src")'

0 commit comments

Comments
 (0)