Fix package output path
This commit is contained in:
parent
b4dbbdcf35
commit
42c1ceb3cf
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue