Skip to content

Commit

Permalink
Merge branch 'Restructuring' of https://github.com/mhoopmann/mstoolkit
Browse files Browse the repository at this point in the history
…into Restructuring
  • Loading branch information
mhoopmann committed Sep 12, 2024
2 parents 6317142 + 40f3176 commit ffe9af0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/VS2019.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: windows-2019 build

on:
push:
branches: [ Restructuring ]
workflow_dispatch:

jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v4

- name: msbuild
uses: microsoft/setup-msbuild@v2

- name: build mstoolkit
run: |
msbuild VisualStudio/MSToolkit.sln -p:Configuration=Release -p:Platform=x64 -p:PlatformToolset=v142 -tv:Current
- name: test
shell: cmd
run: D:\a\MSToolkit\VisualStudio\x64\Release\MSSingleScan.exe

0 comments on commit ffe9af0

Please sign in to comment.