Skip to content

Add VersionPrefix support to csproj, vbproj, fsproj, and props files #12

Add VersionPrefix support to csproj, vbproj, fsproj, and props files

Add VersionPrefix support to csproj, vbproj, fsproj, and props files #12

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: npm install
- name: Compile TypeScript files
run: npm run build
- name: Run tests
run: npm test