Skip to content

Commit

Permalink
Fix workloads build step in official builds (dotnet#79656)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored Dec 14, 2022
1 parent 8e15d9f commit 66b11d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/workloads/workloads.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@
<MsiPackageProjects Include="%(Msis.PackageProject)" />
</ItemGroup>

<MSBuild Projects="@(MsiPackageProjects)" Properties="OutputPath=$(ArtifactsShippingPackagesDir)" Targets="restore;pack" />
<!-- We disable PackageValidation which runs because these projects import the repo's Directory.Build.props and Directory.Build.targets file. -->
<MSBuild Projects="@(MsiPackageProjects)" Properties="OutputPath=$(ArtifactsShippingPackagesDir);EnablePackageValidation=false" Targets="restore;pack" />
</Target>

<!-- Target to create a single wixpack for signing -->
Expand Down

0 comments on commit 66b11d7

Please sign in to comment.