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 02e4bd2 commit f202cb0Copy full SHA for f202cb0
appveyor.yml
@@ -5,6 +5,7 @@ platform: Any CPU
5
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 update --init
9
10
dotnet_csproj:
11
patch: false
0 commit comments