Skip to content

Re-enable Linux installer builds #15119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 17, 2019
Merged

Conversation

dougbu
Copy link
Contributor

@dougbu dougbu commented Oct 17, 2019

  • '$(IsTargetingPackBuilding)' == 'false' should only disable the targeting packs

/see dotnet/installer#5250 (comment)

- `'$(IsTargetingPackBuilding)' == 'false'` should only disable the targeting packs
@dougbu dougbu requested review from mmitche and a team October 17, 2019 16:43
@@ -82,7 +82,8 @@
<BuildDependsOn Condition="'$(IsTargetingPackBuilding)' == 'false'" />
</PropertyGroup>

<Target Name="CreateTargetingPackNugetPackage" AfterTargets="CopyToArtifactsDirectory;Build">
<Target Name="CreateTargetingPackNugetPackage" AfterTargets="CopyToArtifactsDirectory;Build"
Condition="'$(IsTargetingPackBuilding)' != 'false'">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wtgodbe how was it possible for the 'release/3.0' branch to build without this? Previous build (https://dev.azure.com/dnceng/public/_build/results?buildId=391652) failed in this target even though I made no Windows changes in previous commit.

@dougbu dougbu merged commit 0da2edb into release/3.0 Oct 17, 2019
@dougbu dougbu deleted the dougbu/reenable.installers branch October 17, 2019 20:01
@analogrelay analogrelay added this to the 3.0.1 milestone Nov 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants