File tree 2 files changed +2
-20
lines changed
src/Installer/redist-installer 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 21
21
<ProjectReference Include =" $(RepoRoot)template_feed\*\*.csproj" ReferenceOutputAssembly =" false" />
22
22
</ItemGroup >
23
23
24
- <!-- For product build, this only builds in the second build pass as it depends on SdkResolver and VSTemplateLocator
24
+ <!-- For product build, this only builds in the second build pass as it depends on SdkResolver
25
25
which need assets from other verticals that are built in the first build pass. -->
26
26
<ItemGroup Condition =" '$(DotNetBuild)' != 'true' or '$(ExcludeFromDotNetBuild)' != 'true'" >
27
27
<ProjectReference Include =" projects\SdkResolver.csproj" ReferenceOutputAssembly =" false" />
Original file line number Diff line number Diff line change 459
459
'$(SdkMSBuildExtensionsNupkgFile)'" />
460
460
</Target >
461
461
462
- <!-- For product build, this only builds in the second build pass as it depends on assets
463
- from other verticals that are built in the first build pass. -->
464
- <Target Name =" GenerateVSTemplateLocatorNupkg"
465
- DependsOnTargets =" GenerateLayout;MsiTargetsSetupInputOutputs"
466
- Condition =" '$(OS)' == 'Windows_NT' and '$(Architecture)' == 'x64' and ('$(DotNetBuild)' != 'true' or '$(DotNetBuildPass)' == '2')"
467
- Inputs =" $(VSTemplateLocatorLayoutPath)/**/*;
468
- $(VSTemplateLocatorNuspecFile);
469
- $(GenerateNupkgPowershellScript)"
470
- Outputs =" $(VSTemplateLocatorNupkgFile)" >
471
- <Exec Command =" powershell -NoProfile -NoLogo $(GenerateNupkgPowershellScript) ^
472
- '$(ArtifactsDir)' ^
473
- '$(VSTemplateLocatorLayoutPath.TrimEnd('\'))' ^
474
- '$(FullNugetVersion)' ^
475
- '$(VSTemplateLocatorNuspecFile)' ^
476
- '$(VSTemplateLocatorNupkgFile)'" />
477
- </Target >
478
-
479
462
<Target Name =" GenerateMsis"
480
463
DependsOnTargets =" GenerateLayout;
481
464
MsiTargetsSetupInputOutputs;
487
470
GenerateToolsetNupkg;
488
471
GenerateTemplatesNupkgs;
489
472
GenerateSdkPlaceholderNupkg;
490
- GenerateSdkMSBuildExtensionsNupkg;
491
- GenerateVSTemplateLocatorNupkg"
473
+ GenerateSdkMSBuildExtensionsNupkg"
492
474
Condition =" '$(OS)' == 'Windows_NT' and '$(Architecture)' != 'arm' " />
493
475
494
476
</Project >
You can’t perform that action at this time.
0 commit comments