Skip to content

Commit d5e207c

Browse files
committed
Update appveyor.yml
1 parent d72c4ce commit d5e207c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ configuration: Release
33
platform: x64
44
install:
55
- git submodule update --init
6+
- ps: |
7+
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1"
8+
& $env:temp\dotnet-install.ps1 -Architecture x64 -Version '10.0.100' -InstallDir "$env:ProgramFiles\dotnet"
69
before_build:
710
- dotnet restore %APPVEYOR_BUILD_FOLDER%\Source\NETworkManager.sln
811
- ps: |

0 commit comments

Comments
 (0)