Skip to content

Commit 103c46d

Browse files
committed
move install .net sdk upper
1 parent 7cb87b1 commit 103c46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ configuration:
2828
- Debug
2929

3030
before_build:
31+
- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.2.100
3132
# Display .NET Core version
3233
- cmd: dotnet --version
3334
# Display minimal restore text
3435
- cmd: dotnet restore --verbosity m
3536

3637
build_script:
37-
- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.2.100
3838
- ps: ./build.ps1
3939

4040
test: off

0 commit comments

Comments
 (0)