Skip to content

Vinetau/action-CICD-dotnetCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotnet Core CI + Octopus Deploy

This action creates an Octopus Release given a DotNet Core solution.

Building

This action's build is committed to source, consequently it must be built locally for changes to take effect. You can build the solution using:

yarn build

Usage


- uses: actions/checkout@v1
- uses: Vinetau/action-CICD-dotnetCore@master
      with: 
	    CREATE_RELEASE: true # If set to 'true' the package will be deployed to octopus and a release will be created.
        PROJECTS: e.g. MyProject or MyProject,MyOtherProject  # Optional, must be included if CREATE_RELEASE is true
        OCTOPUS_URL: ${{secrets.OCTOPUS_URL}} # Optional
        OCTOPUS_APIKEY: ${{secrets.OCTOPUS_APIKEY}} # Optional
        DEPLOY_TO: Staging # Optional, if included the release will be deployed to this environment automatically
        OCTOPUS_PROJECT: Example-Project # Optional, if omitted repo name is used instead
        MS_TEAMS_WEBHOOK: <webhook_url> # Optional

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors