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:
Brendan Forster
2021-02-13 17:36:16 -04:00
committed by GitHub
parent 9cbe8acd1f
commit 66f0676dc3
2 changed files with 4 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}

View File

@@ -1,5 +1,8 @@
image: Visual Studio 2019
environment:
IGNORE_NORMALISATION_GIT_HEAD_MOVE: 1
branches:
only:
- main