Initial commit for the biztalk suspended isntances local check
build / build (push) Has been cancelled
build / build (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build release
|
||||
shell: cmd
|
||||
run: scripts\build-release.cmd
|
||||
- name: Package deployment folder
|
||||
shell: cmd
|
||||
run: scripts\package-release.cmd
|
||||
- name: Upload deployment artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: BizTalkSuspendedInstancesCheck-deploy
|
||||
path: artifacts\BizTalkSuspendedInstancesCheck-deploy
|
||||
Reference in New Issue
Block a user