Skip to content

Commit

Permalink
Merge pull request #83 from pappyangel/MCAPS-Deploy
Browse files Browse the repository at this point in the history
feat: Add build and deploy workflow
  • Loading branch information
MSFTJim authored Jul 19, 2024
2 parents c64fe6b + ed93ec0 commit 49ef1b1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: buid-deploy

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Restore, Build, Test, Publish
run: echo Restore, Build, Test, Publish

deploy:
runs-on: ubuntu-latest
name: Deploy App to Azure WebService

steps:
- name: Deploy App to Azure WebService
run: echo Restore, Build, Test, Publish

0 comments on commit 49ef1b1

Please sign in to comment.