You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ErrorCondition="'$(Configuration)' != 'Release'"Text="You should build this project only in 'Release' configuration. Use `dotnet build -c Release`" />
23
-
<ErrorCondition="'$(DoNugetFeedApiKey)' == ''"Text="You should set 'DoNugetFeedApiKey' property in User.Directory.Build.props or in env variable" />
23
+
<ErrorCondition="'$(DoNugetFeedUserName)' == ''"Text="You should set 'DoNugetFeedUserName' property in User.Directory.Build.props or in env variable" />
24
+
<ErrorCondition="'$(DoNugetFeedPassword)' == ''"Text="You should set 'DoNugetFeedPassword' property in User.Directory.Build.props or in env variable" />
24
25
<ErrorCondition="'$(DoNugetFeedUrl)' == ''"Text="You should set 'DoNugetFeedUrl' property in User.Directory.Build.props or in env variable" />
25
26
</Target>
26
27
@@ -51,6 +52,7 @@
51
52
<!-- If package-lock.json has changed, perform an NPM install -->
0 commit comments