Skip to content

Commit

Permalink
Fixed archive
Browse files Browse the repository at this point in the history
  • Loading branch information
a.vorobiev committed Aug 14, 2020
1 parent 151fa16 commit 8c27d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ for:
build_script:
- cmd: msbuild CDP4-Server.sln -p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
after_build:
- cmd: 7z a CDP4WebServices-%APPVEYOR_REPO_TAG_NAME%.zip %APPVEYOR_BUILD_FOLDER%\CDP4WebServer\bin\Release\net472\**\*.*
- cmd: 7z a CDP4WebServices-%APPVEYOR_REPO_TAG_NAME%.zip %APPVEYOR_BUILD_FOLDER%\CDP4WebServer\bin\Release\net472\*

artifacts:
- path: CDP4WebServices-%APPVEYOR_REPO_TAG_NAME%.zip
Expand Down

0 comments on commit 8c27d3b

Please sign in to comment.