Skip to content

Commit

Permalink
Changed CI to run on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Nov 15, 2023
1 parent 11aed93 commit 2c57e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: Build
runs-on: windows-latest
env:
SOLUTION_PATH: ./src/SourceGenerator.Foundations.sln
on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Publish
runs-on: windows-latest
on:
release:
types: [published]
Expand Down

0 comments on commit 2c57e94

Please sign in to comment.