From a478d619e43aecb882009d62a6b534610d530760 Mon Sep 17 00:00:00 2001 From: Noelle Caldwell Date: Mon, 14 Feb 2022 14:53:13 -0800 Subject: [PATCH 1/2] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..94ee1d3 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,26 @@ +trigger: +- main + +pool: + vmImage: 'windows-latest' + +variables: + EnableRichCodeNavigation: true + System.Debug: true + +steps: +- task: NodeTool@0 + displayName: 'Use Node 16.x' + inputs: + versionSpec: 16.x + +- task: RichCodeNavIndexer@0 + displayName: Codex Upload to Development + inputs: + languages: typescript + nugetFeed: 'https://pkgs.dev.azure.com/noecald/_packaging/noecald/nuget/v3/index.json' + isPrivateFeed: true + nugetVersion: '0.1.2254-alpha' + environment: development + disableLsifLogging: false + continueOnError: true \ No newline at end of file From 81c1392c1e20533c38e8befe36a77584ed3daaed Mon Sep 17 00:00:00 2001 From: Noelle Caldwell Date: Wed, 15 Jun 2022 15:33:52 -0700 Subject: [PATCH 2/2] update nuget version --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 94ee1d3..8810523 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,4 @@ trigger: -- main pool: vmImage: 'windows-latest' @@ -20,7 +19,7 @@ steps: languages: typescript nugetFeed: 'https://pkgs.dev.azure.com/noecald/_packaging/noecald/nuget/v3/index.json' isPrivateFeed: true - nugetVersion: '0.1.2254-alpha' + nugetVersion: '0.1.2334-alpha' environment: development disableLsifLogging: false continueOnError: true \ No newline at end of file