Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkoutso2008 authored May 4, 2023
1 parent 3c59c31 commit 4a546e6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: NetFrameWork.Legacy.CI

on: [push]

jobs:
build:
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
- name: Setup Nuget.exe
uses: warrenbuckley/Setup-Nuget@v1
- name: Restore packages
run: nuget restore QEMUWF.sln
- name: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
- name: Build with MSBuild
run: msbuild QEMUWF.sln -p:Configuration=Debug

0 comments on commit 4a546e6

Please sign in to comment.