kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
Update Appveyor Version Numbering
rodzic
36c76c2010
commit
7e70a63a21
|
@ -16,6 +16,8 @@ init:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node 7 x64
|
- ps: Install-Product node 7 x64
|
||||||
|
- ps: $env:package_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
|
||||||
|
- ps: Update-AppveyorBuild -Version "$env:package_version-$env:APPVEYOR_BUILD_NUMBER"
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "OpenBuildsMachineDriver",
|
"name": "OpenBuildsMachineDriver",
|
||||||
"version": "1.0.15",
|
"version": "1.1.0",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"description": "Machine Interface Driver for OpenBuilds",
|
"description": "Machine Interface Driver for OpenBuilds",
|
||||||
"author": "github.com/openbuilds",
|
"author": "github.com/openbuilds",
|
||||||
|
|
Ładowanie…
Reference in New Issue