Skip to content

Commit

Permalink
build(devops): explicitly set clean: all
Browse files Browse the repository at this point in the history
  • Loading branch information
seangwright committed Dec 13, 2023
1 parent d4f11e2 commit bdd1a0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azuredevops/pipelines/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ stages:
- Agent.Name -equals ${{ parameters.AgentName }}

environment: integrations-release-nuget
workspace:
clean: all
strategy:
runOnce:
deploy:
Expand Down

0 comments on commit bdd1a0b

Please sign in to comment.