mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-23 01:37:59 +00:00
Update appveyor.yml
This commit is contained in:
16
appveyor.yml
16
appveyor.yml
@@ -1,3 +1,12 @@
|
|||||||
|
|
||||||
|
|
||||||
|
# configuration for "master" branch
|
||||||
|
# build in Release mode and deploy to Azure
|
||||||
|
-
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
image: Visual Studio 2017
|
||||||
# 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"
|
||||||
@@ -9,13 +18,6 @@ install:
|
|||||||
# install modules
|
# install modules
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
# configuration for "master" branch
|
|
||||||
# build in Release mode and deploy to Azure
|
|
||||||
-
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
image: Visual Studio 2017
|
|
||||||
environment:
|
environment:
|
||||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||||
|
|||||||
Reference in New Issue
Block a user