Skip to content

Action-to-Test

Action-to-Test #2

Workflow file for this run

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