Skip to content

Commit

Permalink
-c
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Apr 5, 2020
1 parent 4983386 commit a762ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZLogger/ZLogger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
<Copy SourceFiles="@(TargetFiles1)" DestinationFiles="$(DestinationRoot)\%(RecursiveDir)%(Filename)%(Extension)" SkipUnchangedFiles="true" />

<!-- After copy, remove nullable reference -->
<Exec Command="dotnet run --no-build --project $(MSBuildProjectDirectory)\..\..\tools\CommandTools\CommandTools.csproj -- remove-nullable-reference -directory $(DestinationRoot)" />
<Exec Command="dotnet run --no-build -c $(ConfigurationName) --project $(MSBuildProjectDirectory)\..\..\tools\CommandTools\CommandTools.csproj -- remove-nullable-reference -directory $(DestinationRoot)" />
</Target>
</Project>

0 comments on commit a762ad7

Please sign in to comment.