Initial commit: BizTalk IIS inventory with DOCX reporting
Build und Test / build (push) Has been cancelled

This commit is contained in:
2026-07-24 15:32:18 +02:00
commit d326341488
27 changed files with 4776 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
name: Build und Test
on:
push:
pull_request:
jobs:
build:
runs-on: windows
steps:
- name: Repository auschecken
uses: actions/checkout@v4
- name: Release bauen und Tests ausführen
shell: cmd
run: scripts\build-release.cmd
- name: Deployment-Ordner erzeugen
shell: cmd
run: scripts\package-release.cmd
- name: Deployment-Artefakt bereitstellen
uses: actions/upload-artifact@v4
with:
name: BizTalkIisEnvironmentInventory-deploy
path: artifacts\BizTalkIisEnvironmentInventory-deploy