We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5c1f3 commit 1a77bc9Copy full SHA for 1a77bc9
src/Installer/redist-installer/targets/GenerateMSIs.targets
@@ -420,7 +420,7 @@
420
421
<Target Name="GenerateRuntimeAnalyzersNupkg"
422
DependsOnTargets="GenerateLayout;MsiTargetsSetupInputOutputs"
423
- Condition=" '$(OS)' == 'Windows_NT' And '$(Architecture)' == 'x64' "
+ Condition=" '$(OS)' == 'Windows_NT' And '$(Architecture)' == 'x64' And '$(DotNetBuildSourceOnly)' != 'true' "
424
Inputs="$(RuntimeAnalyzersLayoutDirectory)/**/*;
425
$(SdkRuntimeAnalyzersNuspecFile);
426
$(GenerateNupkgPowershellScript)"
0 commit comments