Skip to content

Commit

Permalink
Change WindowsSdk variable used to publish to maestro (#1140)
Browse files Browse the repository at this point in the history
* rename variable and asset name
  • Loading branch information
j0shuams authored Mar 18, 2022
1 parent 9b4a4df commit 30f4718
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ stages:

- template: ..\..\eng\common\AzurePipelineTemplates\Maestro-PublishBuildToMaestro-Steps.yml
parameters:
AssetNames: Microsoft.Windows.CsWinRT;CsWinRT.Dependency.DotNetCoreSdk;CsWinRT.Dependency.DotNetCoreRuntime;CsWinRT.Dependency.WindowsSdkPackage
AssetVersions: $(NugetVersion);$(Net5.Sdk.Version);$(_DotNetRuntimeVersion);$(_WindowsSdkPackageVersion)
AssetNames: Microsoft.Windows.CsWinRT;CsWinRT.Dependency.DotNetCoreSdk;CsWinRT.Dependency.DotNetCoreRuntime;CsWinRT.Dependency.WindowsSdkVersionSuffix
AssetVersions: $(NugetVersion);$(Net5.Sdk.Version);$(_DotNetRuntimeVersion);$(_WindowsSdkVersionSuffix)
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.WindowsSdkPackageVersionSuffix, '23')]
_WindowsSdkVersionSuffix: $[coalesce(variables.WindowsSdkPackageVersionSuffix, '23')]

0 comments on commit 30f4718

Please sign in to comment.