We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe810d0 commit 6fbb4ecCopy full SHA for 6fbb4ec
.github/workflows/dotnet-core.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET Core
17
uses: actions/setup-dotnet@v1
18
with:
19
- dotnet-version: 2.1.402
+ dotnet-version: 2.1.811
20
21
- name: Build
22
env:
appveyor.yml
@@ -1,6 +1,6 @@
1
init:
2
- git config --global core.autocrlf input
3
-image: Visual Studio 2017
+image: Visual Studio 2019
4
build_script:
5
- cmd: build.cmd GenerateDocs
6
test: off
0 commit comments