Skip to content

Commit

Permalink
Further mods for latest build.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrdek committed Oct 14, 2023
1 parent 9560abe commit 11ffbc8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified .vs/ExporterUtility/DesignTimeBuild/.dtbcache
Binary file not shown.
Binary file modified .vs/ExporterUtility/v15/.suo
Binary file not shown.
Binary file modified .vs/ExporterUtility/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
4 changes: 2 additions & 2 deletions LinqDataCalc/LinqDataCalc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<!-- Xcopy usage for packaging , using ..\NuGet\ as default dir -->
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="
if $(ConfigurationName) == Debug (
if $(ConfigurationName) == Debug (
nuget pack .\$(ProjectName).nuspec
xcopy .\$(PackageId).1.0.3.1.nupkg $(SolutionDir)NuGet\ /C /Y
xcopy .\$(PackageId).1.0.3.21.nupkg $(SolutionDir)NuGet\ /C /Y
docfx metadata ./docfx.json
docfx build ./docfx.json
)else ( cmd /c echo *****NOTE: Need to run only on Debug, Switch from Release to Debug***** )" />
Expand Down

0 comments on commit 11ffbc8

Please sign in to comment.