|
|
@@ -1,4 +1,4 @@
|
|
|
-name: .NET
|
|
|
+name: build
|
|
|
|
|
|
on:
|
|
|
push:
|
|
|
@@ -9,14 +9,14 @@ on:
|
|
|
jobs:
|
|
|
build:
|
|
|
|
|
|
- runs-on: ubuntu-latest
|
|
|
+ runs-on: windows-latest
|
|
|
|
|
|
steps:
|
|
|
- uses: actions/checkout@v2
|
|
|
- name: Setup .NET
|
|
|
uses: actions/setup-dotnet@v1
|
|
|
with:
|
|
|
- dotnet-version: 5.0.x
|
|
|
+ dotnet-version: 5.0.201
|
|
|
- name: Restore dependencies
|
|
|
run: dotnet restore
|
|
|
- name: Build
|