Apply code review feedback
This commit is contained in:
parent
4783b9a537
commit
d8b5dbb44b
3 changed files with 0 additions and 17 deletions
|
@ -9,17 +9,7 @@ param(
|
||||||
[Parameter(ValueFromRemainingArguments=$true)][String[]]$ExtraParameters
|
[Parameter(ValueFromRemainingArguments=$true)][String[]]$ExtraParameters
|
||||||
)
|
)
|
||||||
|
|
||||||
#$env:CONFIGURATION = $Configuration;
|
|
||||||
$RepoRoot = "$PSScriptRoot"
|
$RepoRoot = "$PSScriptRoot"
|
||||||
# if(!$env:NUGET_PACKAGES){
|
|
||||||
# $env:NUGET_PACKAGES = "$RepoRoot\.nuget\packages"
|
|
||||||
# }
|
|
||||||
|
|
||||||
# $InstallArchitecture = $Architecture
|
|
||||||
# if($Architecture.StartsWith("arm", [StringComparison]::OrdinalIgnoreCase))
|
|
||||||
# {
|
|
||||||
# $InstallArchitecture = "x64"
|
|
||||||
# }
|
|
||||||
|
|
||||||
$ArchitectureParam="/p:Architecture=$Architecture"
|
$ArchitectureParam="/p:Architecture=$Architecture"
|
||||||
$ConfigurationParam="-configuration $Configuration"
|
$ConfigurationParam="-configuration $Configuration"
|
||||||
|
|
|
@ -115,7 +115,6 @@
|
||||||
<DownloadFileName>dotnet-toolset-internal-$(ToolsetVersion).zip</DownloadFileName>
|
<DownloadFileName>dotnet-toolset-internal-$(ToolsetVersion).zip</DownloadFileName>
|
||||||
<AccessToken>$(CoreSetupBlobAccessTokenParam)</AccessToken>
|
<AccessToken>$(CoreSetupBlobAccessTokenParam)</AccessToken>
|
||||||
<RelativeLayoutPath>sdk/$(SdkVersion)</RelativeLayoutPath>
|
<RelativeLayoutPath>sdk/$(SdkVersion)</RelativeLayoutPath>
|
||||||
<IncludeInInternalLayout>true</IncludeInInternalLayout>
|
|
||||||
</BundledLayoutComponent>
|
</BundledLayoutComponent>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
@ -246,10 +245,6 @@
|
||||||
<Copy SourceFiles="@(SdkInternalFiles)"
|
<Copy SourceFiles="@(SdkInternalFiles)"
|
||||||
DestinationFolder="$(SdkInternalLayoutPath)sdk/$(SdkVersion)"/>
|
DestinationFolder="$(SdkInternalLayoutPath)sdk/$(SdkVersion)"/>
|
||||||
|
|
||||||
<!--<ExtractArchiveToDirectory SourceArchive="%(BundledLayoutComponent.DownloadDestination)"
|
|
||||||
DestinationDirectory="$(SdkInternalLayoutPath)/%(BundledLayoutComponent.RelativeLayoutPath)"
|
|
||||||
Condition="'%(BundledLayoutComponent.IncludeInInternalLayout)' == 'true'"/>-->
|
|
||||||
|
|
||||||
|
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -11,8 +11,6 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<!-- <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
|
|
||||||
<PackageReference Include="xunit" Version="2.2.0" /> -->
|
|
||||||
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="$(MicrosoftDotNetPlatformAbstractionsPackageVersion)" />
|
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="$(MicrosoftDotNetPlatformAbstractionsPackageVersion)" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue