mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
enable windows target for building on Actions (#2302)
* enable windows target for building * workaround IGNORE_NORMALISATION_GIT_HEAD_MOVE reported by GitVersion
This commit is contained in:
2
.github/workflows/netcore.yml
vendored
2
.github/workflows/netcore.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
image: Visual Studio 2019
|
||||
|
||||
environment:
|
||||
IGNORE_NORMALISATION_GIT_HEAD_MOVE: 1
|
||||
|
||||
branches:
|
||||
only:
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user