Skip to content

Commit

Permalink
Merged PR 19248: Remove SkipExperimentalFeatureGeneration when buildi…
Browse files Browse the repository at this point in the history
…ng alpine

Remove SkipExperimentalFeatureGeneration when building alpine
  • Loading branch information
adityapatwardhan authored and TravisEz13 committed Feb 23, 2022
1 parent 10bbd74 commit 369fb73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/packaging/packaging.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -4483,8 +4483,6 @@ function Invoke-AzDevOpsLinuxPackageBuild {
}
'alpine' {
$buildParams.Add("Runtime", 'alpine-x64')
# We are cross compiling, so we can't generate experimental features
$buildParams.Add("SkipExperimentalFeatureGeneration", $true)
}
}

Expand Down

0 comments on commit 369fb73

Please sign in to comment.