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