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