From 289549a2ad10c06cc24127bca34f13a59f83d946 Mon Sep 17 00:00:00 2001 From: LLotme <159560355+LLotme@users.noreply.github.com> Date: Wed, 1 May 2024 01:58:14 +0700 Subject: [PATCH] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index 01442dd61aa00..91e0a8407ef0f 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -11,9 +11,22 @@ pool: steps: - task: NodeTool@0 +- task: DotNetCoreCLI@2 + +- task: Bash@3 inputs: - versionSpec: '10.x' - displayName: 'Install Node.js' + command: 'build' + projects: | + steps: + - task: DotNetCoreCLI@2 + displayName: Build + inputs: + command: build +- task: AzureStaticWebApp@0 + inputs: + projects: '**/*.csproj' + arguments: '--configuration $(buildConfiguration)' # Update this to match your needs + - script: | npm install