Skip to content

Commit

Permalink
Fix substitution of build number #96
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnormark committed Aug 3, 2016
1 parent 1bd723e commit b72016c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_build:
- cmd: dotnet restore

build_script:
- cmd: dotnet build PreMailer.Net.Core -c Release --version-suffix {build}
- cmd: dotnet build PreMailer.Net.Core -c Release --version-suffix %APPVEYOR_BUILD_NUMBER%

test: off
test_script:
Expand All @@ -20,7 +20,7 @@ artifacts:
name: PreMailer.nupkg

after_build:
- cmd: dotnet pack PreMailer.Net.Core -c Release --version-suffix {build}
- cmd: dotnet pack PreMailer.Net.Core -c Release --version-suffix %APPVEYOR_BUILD_NUMBER%

deploy:
- provider: NuGet
Expand Down

0 comments on commit b72016c

Please sign in to comment.