Skip to content

Commit

Permalink
#149 | Update continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-null committed Oct 15, 2022
1 parent 76e721e commit 40aa803
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 17 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"search.exclude": {
"**/dist": true
},
"files.defaultLanguage": "typescript"
"files.defaultLanguage": "typescript",
"files.associations": {
"**/ci/*.yml": "azure-pipelines"
},
}
16 changes: 0 additions & 16 deletions appveyor.yml

This file was deleted.

19 changes: 19 additions & 0 deletions ci/azure.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
pool:
name: Azure Pipelines
steps:
- task: NodeTool@0
displayName: "Use Node 8.2.1"
inputs:
versionSpec: 8.2.1

- powershell: |
npm install
npm -g install gulp-cli
gulp package
displayName: Main
- task: PublishBuildArtifacts@1
displayName: "Publish artifacts"
inputs:
PathtoPublish: package
ArtifactName: package

0 comments on commit 40aa803

Please sign in to comment.