Skip to content

Commit

Permalink
build(ci): Cleaning up unused params, and forcing another deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoliz committed May 7, 2024
1 parent e2b69f2 commit 8cec8ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .azure/pipelines/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ stages:
- template: steps/git-checkout.yaml
- template: steps/build-test.yaml
- template: steps/publish.yaml
parameters:
runtime: 'win-x64'

#
# Deploy to Azure App Service
Expand Down
6 changes: 0 additions & 6 deletions .azure/pipelines/steps/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
parameters:
# Which runtime to build for. Expected values: win-x64, linux-x64
- name: runtime
type: string
default: 'linux-x64'

steps:
- task: DotNetCoreCLI@2
displayName: 'Publish web app'
Expand Down

0 comments on commit 8cec8ec

Please sign in to comment.