Fix package output path
This commit is contained in:
parent
b4dbbdcf35
commit
42c1ceb3cf
|
|
@ -8,6 +8,7 @@
|
||||||
<PackageTags>aspnetcore;components</PackageTags>
|
<PackageTags>aspnetcore;components</PackageTags>
|
||||||
<PackageIconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</PackageIconUrl>
|
<PackageIconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</PackageIconUrl>
|
||||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||||
|
<PackageOutputPath>$(MSBuildThisFileDirectory)..\..\artifacts\build\</PackageOutputPath>
|
||||||
|
|
||||||
<!-- So we can use the tool from source within the repo without having to pack -->
|
<!-- 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>
|
<BlazorToolsDir>$(MSBuildThisFileDirectory)src\Microsoft.AspNetCore.Components.Build\bin\$(Configuration)\netcoreapp2.1\</BlazorToolsDir>
|
||||||
|
|
|
||||||
|
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
<!-- Properties to make KoreBuild more like dotnet/arcade. -->
|
<!-- Properties to make KoreBuild more like dotnet/arcade. -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<BuildDir>$(ArtifactsDir)$(Configuration)\packages\</BuildDir>
|
|
||||||
<SkipArtifactVerification>true</SkipArtifactVerification>
|
<SkipArtifactVerification>true</SkipArtifactVerification>
|
||||||
<EnableBenchmarkValidation>false</EnableBenchmarkValidation>
|
<EnableBenchmarkValidation>false</EnableBenchmarkValidation>
|
||||||
<SignCheckExclusionsFile>$(MSBuildThisFileDirectory)..\..\..\eng\signcheck.exclusions.txt</SignCheckExclusionsFile>
|
<SignCheckExclusionsFile>$(MSBuildThisFileDirectory)..\..\..\eng\signcheck.exclusions.txt</SignCheckExclusionsFile>
|
||||||
<SignToolDataWorkingDir>$(ArtifactsDir)\$(Configuration)\</SignToolDataWorkingDir>
|
<SignToolDataWorkingDir>$(ArtifactsDir)\$(Configuration)\</SignToolDataWorkingDir>
|
||||||
|
<OverridePackageOutputPath>false</OverridePackageOutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue