8 lines
230 B
XML
8 lines
230 B
XML
<Project>
|
|
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
|
|
<PropertyGroup>
|
|
|
|
<ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath>
|
|
|
|
</PropertyGroup>
|
|
</Project>
|