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 4e1b510 commit 6f573f6Copy full SHA for 6f573f6
1 file changed
appveyor.yml
@@ -10,11 +10,11 @@ skip_commits:
10
files:
11
- LICENSE
12
install:
13
-- git submodule update --init
14
-- dotnet build -c Release src/SkyApm.Transport.Protocol
15
- ps: |
16
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1"
17
& $env:temp\dotnet-install.ps1 -Architecture x64 -Version '5.0.408' -InstallDir "$env:ProgramFiles\dotnet"
+- git submodule update --init
+- dotnet build -c Release src/SkyApm.Transport.Protocol
18
build_script:
19
- ps: ./scripts/build.ps1
20
artifacts:
0 commit comments