Skip to content

Commit

Permalink
Renamed to pack.bat and fixed github link
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Jun 2, 2016
1 parent cea9527 commit ba0af3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ UpgradeLog*.htm

# Microsoft Fakes
FakesAssemblies/
nupkg/push_abp_zero.bat
nupkg/push.bat
nupkg/*.nupkg
sample/ModuleZeroSampleProject.Web/Logs/
!sample/ModuleZeroSampleProject.Web/bower_components/angular-ui-router/release/
Expand Down
2 changes: 1 addition & 1 deletion nupkg/pack_abp_zero.bat → nupkg/pack.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REM "..\tools\gitlink\GitLink.exe" ..\ -u https://github.com/aspnetboilerplate/aspnetboilerplate -c release
REM "..\tools\gitlink\GitLink.exe" ..\ -u https://github.com/aspnetboilerplate/module-zero -c release

@ECHO OFF
SET /P VERSION_SUFFIX=Please enter version-suffix (can be left empty):
Expand Down

0 comments on commit ba0af3e

Please sign in to comment.