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 8eb79f3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 18 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"
},
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build status](https://ci.appveyor.com/api/projects/status/4nag8qas7dk96nme/branch/master?svg=true)](https://ci.appveyor.com/project/alannull/sc-ext/branch/master)
[![Build status](https://alan-null.visualstudio.com/Sitecore%20Extensions/_apis/build/status/sc_ext)](https://alan-null.visualstudio.com/Sitecore%20Extensions/_build?definitionId=11)

# Sitecore Extensions

Expand Down
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 8eb79f3

Please sign in to comment.