mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 09:17:47 +00:00
Update appveyor.yml
This commit is contained in:
10
appveyor.yml
10
appveyor.yml
@@ -1,7 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
# configuration for "master" branch
|
|
||||||
# build in Release mode and deploy to Azure
|
|
||||||
-
|
-
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
@@ -10,6 +6,8 @@
|
|||||||
# Test against the latest version of this Node.js version
|
# Test against the latest version of this Node.js version
|
||||||
environment:
|
environment:
|
||||||
nodejs_version: "6"
|
nodejs_version: "6"
|
||||||
|
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||||
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||||
|
|
||||||
# Install scripts. (runs after repo cloning)
|
# Install scripts. (runs after repo cloning)
|
||||||
install:
|
install:
|
||||||
@@ -18,13 +16,9 @@
|
|||||||
# install modules
|
# install modules
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
environment:
|
|
||||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
|
||||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
|
||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
configuration: Release
|
configuration: Release
|
||||||
platform: Any CPU
|
platform: Any CPU
|
||||||
skip_branch_with_pr: false
|
skip_branch_with_pr: false
|
||||||
before_build:
|
before_build:
|
||||||
- cmd: dotnet restore
|
- cmd: dotnet restore
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user