mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 07:07:32 +00:00
Github Action files Updated
This commit is contained in:
parent
638242ae42
commit
99b3ba8167
2 changed files with 5 additions and 4 deletions
3
.github/workflows/msbuild.yml
vendored
3
.github/workflows/msbuild.yml
vendored
|
|
@ -3,7 +3,8 @@ name: Build Server Managers
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'src/**'
|
||||
- '.github/workflows/msbuild.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
|
|||
6
.github/workflows/webapi.yml
vendored
6
.github/workflows/webapi.yml
vendored
|
|
@ -1,14 +1,13 @@
|
|||
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
|
||||
# More GitHub Actions for Azure: https://github.com/Azure/actions
|
||||
|
||||
name: Build and deploy ASP.Net Core app to Azure Web App - servermanagers
|
||||
name: Build and Deploy ASP.Net Core app to Azure Web app
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'src/ServerManager.WebApplication/**'
|
||||
- '.github/workflows/webapi.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
@ -37,6 +36,7 @@ jobs:
|
|||
path: ${{env.DOTNET_ROOT}}/webapi
|
||||
|
||||
deploy:
|
||||
if: contains(github.ref, "master")
|
||||
runs-on: windows-latest
|
||||
needs: build
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue