Skip to content

Commit 2a4929e

Browse files
author
Damon Prater
committed
Fixing versioning syntax
1 parent caf47b2 commit 2a4929e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ platform: Any CPU
2121
before_build:
2222
- cmd: dotnet restore
2323
build_script:
24-
- cmd: dotnet publish -f netcoreapp1.1 -c Release /property:Version=$env:APPVEYOR_BUILD_VERSION
24+
- cmd: dotnet publish -f netcoreapp1.1 -c Release /property:Version={version}
2525
after_build:
26-
- cmd: dotnet pack AuthorizeNETnetcore -c Release /property:Version=$env:APPVEYOR_BUILD_VERSION
26+
- cmd: dotnet pack AuthorizeNETnetcore -c Release /property:Version={version}
2727
#- ps: choco/packit_appveyor.ps1
2828
#artifacts:
2929
#All Choco Packages

0 commit comments

Comments
 (0)