Fix package output path

This commit is contained in:
Steve Sanderson 2018-11-27 22:11:50 +00:00
parent b4dbbdcf35
commit 42c1ceb3cf
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
<PackageTags>aspnetcore;components</PackageTags>
<PackageIconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</PackageIconUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageOutputPath>$(MSBuildThisFileDirectory)..\..\artifacts\build\</PackageOutputPath>
<!-- So we can use the tool from source within the repo without having to pack -->
<BlazorToolsDir>$(MSBuildThisFileDirectory)src\Microsoft.AspNetCore.Components.Build\bin\$(Configuration)\netcoreapp2.1\</BlazorToolsDir>

View File

@ -3,11 +3,11 @@
<!-- Properties to make KoreBuild more like dotnet/arcade. -->
<PropertyGroup>
<BuildDir>$(ArtifactsDir)$(Configuration)\packages\</BuildDir>
<SkipArtifactVerification>true</SkipArtifactVerification>
<EnableBenchmarkValidation>false</EnableBenchmarkValidation>
<SignCheckExclusionsFile>$(MSBuildThisFileDirectory)..\..\..\eng\signcheck.exclusions.txt</SignCheckExclusionsFile>
<SignToolDataWorkingDir>$(ArtifactsDir)\$(Configuration)\</SignToolDataWorkingDir>
<OverridePackageOutputPath>false</OverridePackageOutputPath>
</PropertyGroup>
<PropertyGroup>