Skip to content

Commit

Permalink
Merge fdd7028 into 9cbe8ac
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey authored Feb 13, 2021
2 parents 9cbe8ac + fdd7028 commit f0af442
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
platform: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.platform }}

Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
image: Visual Studio 2019

environment:
IGNORE_NORMALISATION_GIT_HEAD_MOVE: 1

branches:
only:
- main
Expand Down

0 comments on commit f0af442

Please sign in to comment.