Skip to content

Commit fbd8dc1

Browse files
committed
install:
# - ps: $env:build_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version # - ps: Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER" - git submodule update --init
1 parent d56948c commit fbd8dc1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
image: Visual Studio 2017
22
configuration: Package
33
platform: 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

510
dotnet_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

1717
before_build:
1818
- cmd: dotnet restore

0 commit comments

Comments
 (0)