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 dbcd17a commit b4cf65fCopy full SHA for b4cf65f
1 file changed
.appveyor.yml
@@ -4,6 +4,9 @@ skip_branch_with_pr: true
4
environment:
5
BUILD_ARTIFACT_PATH: build-artifacts
6
7
+install:
8
+ - choco install dotnet-sdk
9
+
10
build_script:
11
- ps: dotnet --version
12
- ps: dotnet restore
0 commit comments