Skip to content

Commit 87d5402

Browse files
authored
Fix slnx restore (#15897)
1 parent 9d051d4 commit 87d5402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.Arcade.Sdk/tools/Build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
Targets="_IsProjectRestoreSupported"
222222
SkipNonexistentTargets="true"
223223
BuildInParallel="true"
224-
Condition="'$(RestoreUsingNuGetTargets)' != 'false' and '%(ProjectToBuild.Extension)' != '.sln' and '%(ProjectToBuild.Extension)' != '.slnf' and '$(RestoreUseStaticGraphEvaluation)' != 'true' and '$(Restore)' == 'true'">
224+
Condition="'$(RestoreUsingNuGetTargets)' != 'false' and '%(ProjectToBuild.Extension)' != '.sln' and '%(ProjectToBuild.Extension)' != '.slnf' and '%(ProjectToBuild.Extension)' != '.slnx' and '$(RestoreUseStaticGraphEvaluation)' != 'true' and '$(Restore)' == 'true'">
225225

226226
<Output TaskParameter="TargetOutputs" ItemName="_ProjectToRestoreWithNuGet" />
227227
</MSBuild>

0 commit comments

Comments
 (0)