Skip to content

Commit

Permalink
Adding missed file
Browse files Browse the repository at this point in the history
  • Loading branch information
manodasanW committed Oct 13, 2023
1 parent f8d86b3 commit c62efe4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/AzurePipelineTemplates/CsWinRT-Variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ variables:
PatchVersion: 4
WinRT.Runtime.AssemblyVersion: '2.0.0.0'
Net5.SDK.Feed: 'https://dotnetcli.blob.core.windows.net/dotnet'
Net5.SDK.Version: '5.0.408'
Net6.SDK.Version: '6.0.301'
Net6.SDK.Version: '6.0.415'
NoSamples: 'false'

# This 'coalesce' pattern allows the yml to define a default value for a variable but allows the value to be overridden at queue time.
# E.g. '_IsRelease' defaults to empty string, but if 'IsRelease' is set at queue time that value will be used.

_IsRelease: $[coalesce(variables.IsRelease, '')]
_RunBenchmarks: $[coalesce(variables.RunBenchmarks, 'false')]
_DotNetRuntimeVersion: $[coalesce(variables.DotNetRuntimeVersion, '5.0.17')]
_DotNetRuntimeVersion: $[coalesce(variables.DotNetRuntimeVersion, '6.0.23')]
_WindowsSdkVersionSuffix: $[coalesce(variables.WindowsSdkPackageVersionSuffix, '25')]
_PublishCsWinMD: $[coalesce(variables.PublishCsWinMD, 'false')]

0 comments on commit c62efe4

Please sign in to comment.