File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11image : Visual Studio 2017
22configuration : Package
33platform : Any CPU
4+
5+ install :
6+ # - ps: $env:build_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
7+ # - ps: Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"
8+ - git submodule update --init
49
510dotnet_csproj :
611 patch : false
712 file : ' **\*.csproj'
813 version : $(build_version)
914 package_version : $(build_version)
1015# file_version: $(APPVEYOR_BUILD_VERSION)
11-
12- install :
13- # - ps: $env:build_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
14- # - ps: Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"
15- - git submodule update --init
1616
1717before_build :
1818- cmd : dotnet restore
You can’t perform that action at this time.
0 commit comments