From 3a1c8e40379084a48cf3274afd98e62bfe2f3013 Mon Sep 17 00:00:00 2001 From: Hayden <6836908+features-not-bugs@users.noreply.github.com> Date: Sat, 4 Feb 2023 05:14:54 +0800 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 22e6835..7e239eb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,6 +5,7 @@ trigger: - refs/tags/release-v* +- master pool: vmImage: 'windows-latest' @@ -15,6 +16,10 @@ variables: buildConfiguration: 'Windows' steps: +- task: BatchScript@1 + inputs: + filename: 'update-win-dependencies.bat' + - task: NuGetToolInstaller@1 - task: NuGetCommand@2 @@ -38,7 +43,7 @@ steps: SourceFolder: 'build' Contents: '**' TargetFolder: '$(build.artifactstagingdirectory)' - + - task: PublishBuildArtifacts@1 inputs: PathtoPublish: '$(Build.ArtifactStagingDirectory)'