Skip to content

Commit

Permalink
Add NuGet paclages v2.5.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Sneed committed Dec 4, 2017
1 parent c98ffec commit 8365b5e
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Build/nuget-symbols.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rem Pushing Symbols packages to NuGet.org

set version=2.5.6.1
set source=https://api.nuget.org/v3/index.json
set version=2.5.7
set source=https://nuget.smbsrc.net/
nuget SetApiKey 5682793e-2994-4016-b7b4-c11be576703b
nuget push Output\TrackableEntities.Common\TrackableEntities.Common.%version%.symbols.nupkg -src %source%
nuget push Output\TrackableEntities.Client\TrackableEntities.Client.%version%.symbols.nupkg -src %source%
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion build-test.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set PackageVersion=2.5.6.1
set PackageVersion=2.5.7
rem set Configuration=Debug
rem build.cmd -debug
build.cmd
4 changes: 2 additions & 2 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ call Build\Scripts\TrackableEntities.Patterns.EF.6.cmd %debug%
if not "%errorlevel%"=="0" goto failure

REM TrackableEntities.CodeTemplates:
call Build\Scripts\TrackableEntities.CodeTemplates.cmd %debug%
if not "%errorlevel%"=="0" goto failure
rem call Build\Scripts\TrackableEntities.CodeTemplates.cmd %debug%
rem if not "%errorlevel%"=="0" goto failure

:success
if "%debug%"=="0" exit 0
Expand Down

0 comments on commit 8365b5e

Please sign in to comment.