Skip to content

Commit

Permalink
updates to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
turgayozgur committed Aug 6, 2017
1 parent e226848 commit 477792d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------#

# version format
version: 1.0.0-beta-{build}
version: 1.0.0

pull_requests:
do_not_increment_build_number: true
Expand Down
2 changes: 1 addition & 1 deletion pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ revision=$(printf %04d $APPVEYOR_BUILD_NUMBER)

# pack
for path in src/*; do
dotnet pack ${path} -c Release -o "..\..\artifacts" --version-suffix="beta-${revision}" --no-build
dotnet pack ${path} -c Release -o "..\..\artifacts" --no-build
done

0 comments on commit 477792d

Please sign in to comment.