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 981fd4b commit 0349efcCopy full SHA for 0349efc
appveyor.yml
@@ -6,6 +6,7 @@ install:
6
- ps: $env:build_version = (Select-Xml -Path ".\Package.nuspec" -XPath "/package/metadata/version" | Select-Object -ExpandProperty Node).InnerText
7
- ps: Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"
8
- cmd: git submodule --quiet update --init
9
+ - cmd: git submodule foreach git pull
10
11
dotnet_csproj:
12
patch: false
0 commit comments