File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,20 +113,6 @@ jobs:
113113 --deploymenttimeout 00:05:00
114114 --releasenotes "${{ steps.buildreleasenotes.outputs.releasenote }}"
115115
116- - name : Create & Deploy Release in Octopus (Security Service (For Testing))
117- if : ${{ github.event.release.prerelease == false }}
118- run : >-
119- octo create-release
120- --server ${{ secrets.OCTOPUS_URL }}
121- --apiKey ${{ secrets.OCTOPUS_APIKEY }}
122- --project "Security Service (For Testing)"
123- --version ${{ steps.get_version.outputs.VERSION }}
124- --channel Default
125- --deployTo Staging
126- --waitfordeployment
127- --deploymenttimeout 00:05:00
128- --releasenotes "${{ steps.buildreleasenotes.outputs.releasenote }}"
129-
130116 - name : Build and Publish Nuget Packages
131117 if : ${{ github.event.release.prerelease == false }}
132118 run : |
You can’t perform that action at this time.
0 commit comments