Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkoutso2008 authored May 4, 2023
1 parent 4a546e6 commit fcd149f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
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 fcd149f

Please sign in to comment.