31 lines
1.3 KiB
Text
31 lines
1.3 KiB
Text
![]() |
<Project>
|
||
|
|
||
|
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<BuildCommandArgs>--restore --build --pack</BuildCommandArgs>
|
||
|
<BuildCommandArgs>$(BuildCommandArgs) --configuration $(Configuration)</BuildCommandArgs>
|
||
|
<BuildCommandArgs>$(BuildCommandArgs) --binaryLog</BuildCommandArgs>
|
||
|
<BuildCommandArgs>$(BuildCommandArgs) -ci</BuildCommandArgs>
|
||
|
<BuildCommandArgs>$(BuildCommandArgs) $(FlagParameterPrefix)nodereuse $(ArcadeFalseBoolBuildArg)</BuildCommandArgs>
|
||
|
<BuildCommandArgs>$(BuildCommandArgs) /p:Projects=$(ProjectDirectory)source-build.slnf</BuildCommandArgs>
|
||
|
<BuildCommand>$(ProjectDirectory)build$(ShellExtension) $(BuildCommandArgs)</BuildCommand>
|
||
|
|
||
|
<GlobalJsonFile>$(ProjectDirectory)global.json</GlobalJsonFile>
|
||
|
<NuGetConfigFile>$(ProjectDirectory)NuGet.config</NuGetConfigFile>
|
||
|
<LogVerbosityOptOut>true</LogVerbosityOptOut>
|
||
|
<OutputPlacementRepoApiImplemented>false</OutputPlacementRepoApiImplemented>
|
||
|
<PackagesOutput>$(ProjectDirectory)artifacts/packages/$(Configuration)/Shipping/</PackagesOutput>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<RepositoryReference Include="arcade" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<UseSourceBuiltSdkOverride Include="@(ArcadeSdkOverride)" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
|
||
|
</Project>
|