Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • gitkeep
  • Sprint/2022-01
  • dev protected
  • Product/1406-SPPageDeployer
  • Topic/1448-configurableSPPageDeployer
  • Product/1215-gitlabCleanUp
  • Hotfix/913-slugUsage
  • Sprint/2020-10
  • Product/702-createUserProfile
  • Topic/758-userProfileApi
  • Sprint/2020-08
  • Product/627-updateSPPages
  • Topic/775-updateSPPages
  • v1.2.0
  • v1.1.4
  • v1.1.3
  • v1.1.2
  • v1.1.1
  • v1.1.0
20 results

sppagedeployer

  • Clone with SSH
  • Clone with HTTPS
  • Marcel Nellesen's avatar
    Marcel Nellesen authored
    Update: Add a flag to the SPPageDeployer that specifies the version/tag/branch...
    
    See merge request !11
    0d2e5903
    History

    Executing the SPPageDeployer

    The SPPageDeployer uses one single input argument (--ref or --r) that is a GitLab reference string. This reference string can be a tag, branch name or a commit id.

    Example:

    ...\Coscine.SPPageDeployer.exe --ref 'master'

    Should the --ref input argument be omitted, then a default value "master" will be set.

    C# Template

    This template includes:

    • Automatic building using cake
    • Automatic testing with NUnit
    • Automatic linting with Resharper
    • Automatic documentation publishing using Gitlab CI / CD and a self written script which puts the docs in the docs folder to the wiki
    • Automatic releases using semantic-release (ESLint Code Convention), cake and Gitlab CI / CD

    What you need to do

    Place you C# project solution file in .src/. Make sure Create directory for solution is unticked.

    alt text

    Delete unused docs and update this README.

    Add NUnit tests to your solution.

    Building

    Build this project by running either the build.ps1 or the build.sh script. The project will be build and tested.

    Links