Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit 134186a

Browse files
committed
Revert "Renamine devopsnuget.config to nuget.config"
This reverts commit 953abd1.
1 parent eba9f42 commit 134186a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

DeviceTests/build.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ System.Environment.SetEnvironmentVariable("PATH",
4141
$"{ANDROID_HOME}/emulator" + System.IO.Path.PathSeparator +
4242
EnvironmentVariable("PATH"));
4343

44-
var RESTORE_CONFIG = MakeAbsolute((FilePath)"../NuGet.config").FullPath;
44+
var RESTORE_CONFIG = MakeAbsolute((FilePath)"../devopsnuget.config").FullPath;
4545

4646
// utils
4747

build.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var NUGET_VERSION = EnvironmentVariable("NUGET_VERSION") ?? "1.0.0";
44
var GIT_SHA = Argument("gitSha", EnvironmentVariable("GIT_SHA") ?? "");
55
var GIT_BRANCH_NAME = Argument("gitBranch", EnvironmentVariable("GIT_BRANCH_NAME") ?? "");
66

7-
var RESTORE_CONFIG = MakeAbsolute(new FilePath("./NuGet.config")).FullPath;
7+
var RESTORE_CONFIG = MakeAbsolute(new FilePath("./devopsnuget.config")).FullPath;
88

99
Task("prepare")
1010
.Does(() =>
File renamed without changes.

0 commit comments

Comments
 (0)