Skip to content

Commit 0349efc

Browse files
authored
Update appveyor.yml
1 parent 981fd4b commit 0349efc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ install:
66
- ps: $env:build_version = (Select-Xml -Path ".\Package.nuspec" -XPath "/package/metadata/version" | Select-Object -ExpandProperty Node).InnerText
77
- ps: Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"
88
- cmd: git submodule --quiet update --init
9+
- cmd: git submodule foreach git pull
910

1011
dotnet_csproj:
1112
patch: false

0 commit comments

Comments
 (0)