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
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: build.proj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@
152
152
StandardOutputImportance="low"
153
153
Condition=" '$(PendingRestore)' == 'true' " />
154
154
155
-
<ErrorText="Build script NuGet packages were missing and were just restored. Please run the build again."Condition=" '$(PendingRestore)' == 'true' "/>
155
+
<ErrorText="Build script NuGet packages were missing and were just restored. Please run the build again."Condition=" '$(PendingRestore)' == 'true' and '$(target)' != 'Restore' "/>
156
156
157
157
<!-- Invoke GitVersion just like the project-level targets do -->
0 commit comments