Skip to content

Commit f202cb0

Browse files
committed
appveyor.yml
1 parent 02e4bd2 commit f202cb0

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
@@ -5,6 +5,7 @@ platform: Any CPU
55
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"
8+
- cmd: git submodule update --init
89

910
dotnet_csproj:
1011
patch: false

0 commit comments

Comments
 (0)