Skip to content

Commit 4113e0e

Browse files
Install dotnet 5
1 parent 6e90d3c commit 4113e0e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ skip_commits:
1212
install:
1313
- git submodule update --init
1414
- dotnet build -c Release src/SkyApm.Transport.Protocol
15+
installDotnet:
16+
- ps: |
17+
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1"
18+
& $env:temp\dotnet-install.ps1 -Architecture x64 -Version '5.0.408' -InstallDir "$env:ProgramFiles\dotnet"
1519
build_script:
1620
- ps: ./scripts/build.ps1
1721
artifacts:

0 commit comments

Comments
 (0)