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 0349efc commit f53852bCopy full SHA for f53852b
appveyor.yml
@@ -6,7 +6,6 @@ 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