Merge pull request #14970 from dotnet-maestro-bot/merge/release/6.0.4xx-to-release/7.0.1xx

[automated] Merge branch 'release/6.0.4xx' => 'release/7.0.1xx'
This commit is contained in:
v-wuzhai 2022-11-15 09:44:32 +08:00 committed by GitHub
commit 0be2e47428
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
function Install-Gdn {
param(
[Parameter(Mandatory=$true)]
[string]$Path,
# If omitted, install the latest version of Guardian, otherwise install that specific version.

View file

@ -27,6 +27,7 @@
<ItemGroup>
<UseSourceBuiltSdkOverride Include="@(ArcadeSdkOverride)" />
<EnvironmentVariables Include="CheckEolTargetFramework=false" />
</ItemGroup>
<Target Name="SetArcadeSdkDir"