Skip to content

Commit

Permalink
Change package version variable as it got picked up as a property for…
Browse files Browse the repository at this point in the history
… the build which is not what we want. (#1103)
  • Loading branch information
manodasanW authored Feb 8, 2022
1 parent 29f5b50 commit 394ce3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/AzurePipelineTemplates/CsWinRT-Variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ variables:

_IsRelease: $[coalesce(variables.IsRelease, '')]
_DotNetRuntimeVersion: $[coalesce(variables.DotNetRuntimeVersion, '5.0.13')]
_WindowsSdkPackageVersion: $[coalesce(variables.WindowsSdkPackageVersion, '23')]
_WindowsSdkPackageVersion: $[coalesce(variables.WindowsSdkPackageVersionSuffix, '23')]

0 comments on commit 394ce3a

Please sign in to comment.