Skip to content

Commit 3b83a00

Browse files
author
Damon Prater
committed
Old syntax for var
1 parent 2a4929e commit 3b83a00

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={version}
24+
- cmd: dotnet publish -f netcoreapp1.1 -c Release /property:Version=%APPVEYOR_BUILD_VERSION%
2525
after_build:
26-
- cmd: dotnet pack AuthorizeNETnetcore -c Release /property:Version={version}
26+
- cmd: dotnet pack AuthorizeNETnetcore -c Release /property:Version=%APPVEYOR_BUILD_VERSION%
2727
#- ps: choco/packit_appveyor.ps1
2828
#artifacts:
2929
#All Choco Packages

0 commit comments

Comments
 (0)