Skip to content

Commit

Permalink
feat: added github actions baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
scrthq committed Jan 11, 2024
1 parent 94e0201 commit 98463b0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build-test-deploy-powershell.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: PowerShell - Build Test Deploy

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'


jobs:
build:
name: Build
runs-on: windows-latest
needs: []
timeout-minutes: 120
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Build Module
shell: pwsh
run: |
. ./build.ps1
20 changes: 0 additions & 20 deletions azure-pipelines.yml

This file was deleted.

0 comments on commit 98463b0

Please sign in to comment.