We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4929e commit 3b83a00Copy full SHA for 3b83a00
appveyor.yml
@@ -21,9 +21,9 @@ platform: Any CPU
21
before_build:
22
- cmd: dotnet restore
23
build_script:
24
-- cmd: dotnet publish -f netcoreapp1.1 -c Release /property:Version={version}
+- cmd: dotnet publish -f netcoreapp1.1 -c Release /property:Version=%APPVEYOR_BUILD_VERSION%
25
after_build:
26
-- cmd: dotnet pack AuthorizeNETnetcore -c Release /property:Version={version}
+- cmd: dotnet pack AuthorizeNETnetcore -c Release /property:Version=%APPVEYOR_BUILD_VERSION%
27
#- ps: choco/packit_appveyor.ps1
28
#artifacts:
29
#All Choco Packages
0 commit comments