FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScriptServices/.appveyor.yml at master · awaisab172/JavaScriptServices · GitHub
awaisab172
/
JavaScriptServices
Public
forked from
aspnet/JavaScriptServices
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
16
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScriptServices
/
.appveyor.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
19 lines (19 loc) · 373 Bytes
Breadcrumbs
JavaScriptServices
/
.appveyor.yml
Copy path
File metadata and controls
executable file
·
19 lines (19 loc) · 373 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
init
:
-
git config --global core.autocrlf true
install
:
-
ps
:
Install-Product node 6.9.2 x64
branches
:
only
:
-
master
-
/^release\/.*$/
-
/^(.*\/)?ci-.*$/
build_script
:
-
ps
:
.\run.ps1 default-build
clone_depth
:
1
environment
:
global
:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE
:
true
DOTNET_CLI_TELEMETRY_OPTOUT
:
1
test
:
'
off
'
deploy
:
'
off
'
os
:
Visual Studio 2017
Back
|
FazBrowse Home
|
New Git URL