Skip to content

Commit

Permalink
Build config
Browse files Browse the repository at this point in the history
  • Loading branch information
a.vorobiev committed Aug 14, 2020
1 parent 2486ca0 commit 151fa16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ for:
- ps: >-
Write-Host Tag Encountered. Producing Artifact
- cmd: nuget restore -verbosity quiet
build:
project: CDP4-Server.sln
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\**\*.*

Expand Down

0 comments on commit 151fa16

Please sign in to comment.