Skip to content

Commit

Permalink
[Sitecore.Rocks.Server] updated build script to create Rocks.Server u…
Browse files Browse the repository at this point in the history
…pdate package artifact
  • Loading branch information
nickwesselman committed Oct 23, 2018
1 parent 7d871da commit 6822901
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ before_build:
build:
project: Sitecore.Rocks.sln
verbosity: minimal
after_build:
- ps: >-
msbuild .\src\Sitecore.Rocks.Server\Sitecore.Rocks.Server.csproj /p:Configuration=Release /p:Platform=AnyCPU /p:DeployOnBuild=true /p:PublishProfile=FilesystemPublish /p:DebugType=None /verbosity:minimal
Install-Module -Name Sitecore.Courier
New-CourierPackage -Target "$((pwd).Path)\src\Sitecore.Rocks.Server\bin\Release\Publish" -Output "$((pwd).Path)\src\Sitecore.Rocks.Server\bin\Sitecore.Rocks.Server.update" -IncludeFiles $true -SerializationProvider "Sitecore"
artifacts:
- path: src\Sitecore.Rocks.VisualStudio\bin\Release\Sitecore.Rocks.VisualStudio.vsix
name: Sitecore.Rocks.VisualStudio.vsix
name: Sitecore.Rocks.VisualStudio.vsix
- path: src\Sitecore.Rocks.Server\bin\Sitecore.Rocks.Server.update
name: Sitecore.Rocks.Server.update

0 comments on commit 6822901

Please sign in to comment.