Skip to content

Commit 6f573f6

Browse files
Change build step order
1 parent 4e1b510 commit 6f573f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ skip_commits:
1010
files:
1111
- LICENSE
1212
install:
13-
- git submodule update --init
14-
- dotnet build -c Release src/SkyApm.Transport.Protocol
1513
- ps: |
1614
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1"
1715
& $env:temp\dotnet-install.ps1 -Architecture x64 -Version '5.0.408' -InstallDir "$env:ProgramFiles\dotnet"
16+
- git submodule update --init
17+
- dotnet build -c Release src/SkyApm.Transport.Protocol
1818
build_script:
1919
- ps: ./scripts/build.ps1
2020
artifacts:

0 commit comments

Comments
 (0)