Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
features-not-bugs committed Feb 3, 2023
1 parent d046c3b commit 3a1c8e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

trigger:
- refs/tags/release-v*
- master

pool:
vmImage: 'windows-latest'
Expand All @@ -15,6 +16,10 @@ variables:
buildConfiguration: 'Windows'

steps:
- task: BatchScript@1
inputs:
filename: 'update-win-dependencies.bat'

- task: NuGetToolInstaller@1

- task: NuGetCommand@2
Expand All @@ -38,7 +43,7 @@ steps:
SourceFolder: 'build'
Contents: '**'
TargetFolder: '$(build.artifactstagingdirectory)'

- task: PublishBuildArtifacts@1
inputs:
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
Expand Down

0 comments on commit 3a1c8e4

Please sign in to comment.