Skip to content

Commit fa38c68

Browse files
Added MSBuild conditional to nuget.config
1 parent f6fd128 commit fa38c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuget.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<add key="EssentialCSharp" value="https://pkgs.dev.azure.com/intelliTect/_packaging/EssentialCSharp/nuget/v3/index.json" />
88
</packageSources>
99
<disabledPackageSources>
10-
<add key="EssentialCSharp" value="false" />
10+
<add key="EssentialCSharp" value="!$(AccessToNugetFeed)" />
1111
</disabledPackageSources>
1212
<packageSourceMapping>
1313
<packageSource key="nuget">

0 commit comments

Comments
 (0)