release orchestrator v1 draft and build fixes
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<LangVersion>preview</LangVersion>
|
||||
<IsPackable>false</IsPackable>
|
||||
<!-- Disable xUnit generated entry point since this has its own Main -->
|
||||
<GenerateProgramFile>false</GenerateProgramFile>
|
||||
<!-- Suppress xUnit1051 for CancellationToken usage and CS8892 for duplicate entry point -->
|
||||
<NoWarn>$(NoWarn);xUnit1051;CS8892</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@@ -18,9 +22,7 @@
|
||||
<PackageReference Include="xunit.runner.visualstudio">
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" />
|
||||
<PackageReference Include="FluentAssertions" />
|
||||
</PackageReference> <PackageReference Include="FluentAssertions" />
|
||||
<PackageReference Include="Moq" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user