Skip to content

Commit

Permalink
Changes to core config.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrdek committed Oct 15, 2023
1 parent 8a0b15e commit 8170112
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LinqDataCalc/LinqDataCalc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</PropertyGroup>

<!-- Xcopy usage for packaging , using ..\NuGet\ as default dir -->
<!-- PostBuilds disabled temporarily on review
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="
if $(ConfigurationName) == Debug (
Expand All @@ -17,7 +18,7 @@
docfx metadata ./docfx.json
docfx build ./docfx.json
)else ( cmd /c echo *****NOTE: Need to run only on Debug, Switch from Release to Debug***** )" />
</Target>
</Target>-->

<ItemGroup>
<Reference Include="System.ValueTuple">
Expand Down

0 comments on commit 8170112

Please sign in to comment.