Skip to content

Commit

Permalink
set package stuff to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Jump committed Aug 3, 2020
1 parent 6bacb92 commit 213bd44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dist/package.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

REM SET config=release
SET config=debug
SET config=release
REM SET config=debug

@Echo Packaging for %config%
nuget pack ..\uSync8.Core\uSync.Core.nuspec -build -OutputDirectory %1 -version %1 -properties "depends=%1;Configuration=%config%"
Expand Down

0 comments on commit 213bd44

Please sign in to comment.