Configure output path for "dotnet pack"
This commit is contained in:
parent
58e66010b8
commit
973f02b2a6
|
|
@ -3,3 +3,4 @@ bin/
|
||||||
obj/
|
obj/
|
||||||
*.user
|
*.user
|
||||||
launchSettings.json
|
launchSettings.json
|
||||||
|
artifacts/
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
||||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||||
|
<PackageOutputPath>$(MSBuildThisFileDirectory)artifacts\build</PackageOutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue