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 caf47b2 commit 2a4929eCopy full SHA for 2a4929e
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=$env:APPVEYOR_BUILD_VERSION
+- cmd: dotnet publish -f netcoreapp1.1 -c Release /property:Version={version}
25
after_build:
26
-- cmd: dotnet pack AuthorizeNETnetcore -c Release /property:Version=$env:APPVEYOR_BUILD_VERSION
+- cmd: dotnet pack AuthorizeNETnetcore -c Release /property:Version={version}
27
#- ps: choco/packit_appveyor.ps1
28
#artifacts:
29
#All Choco Packages
0 commit comments