Merge branch 'release/6.0.4xx' into release/7.0.1xx

This commit is contained in:
Jason Zhai 2022-11-13 21:43:19 -08:00
commit c2db622a6b
2 changed files with 2 additions and 0 deletions

View file

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

View file

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