Skip to content

Commit

Permalink
Create build-snow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pxtl authored Nov 17, 2023
1 parent 3afa212 commit fc882de
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/build-snow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Build Snow

on:
push:
branches: [ "master" ]

jobs:
build:

runs-on: windows-latest

steps:
- uses: actions/checkout@v2

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1

- name: Setup NuGet
uses: NuGet/[email protected]

- name: setup-msbuild
uses: microsoft/[email protected]

- name: Restore Packages
run: nuget restore MySolution.sln

- name: Build solution
run: msbuild src/Sandra.Snow.sln -t:rebuild -property:Configuration=Release

0 comments on commit fc882de

Please sign in to comment.