Skip to content

Commit 00506a4

Browse files
Remove unsupported 'workspace' job property from build_winmd (#2274)
OneBranch/1ES governed templates reject the 'workspace' job property ("Job property 'workspace' is not allowed"), which fails template validation in the Build WinMD stage. OneBranch jobs already run in a clean, isolated container workspace, so 'clean: all' is redundant. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0015fd7 commit 00506a4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

AzurePipelinesTemplates/win32metadata-onebranch.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ stages:
140140
jobs:
141141
- job: build_winmd
142142
displayName: Build, test, sign, package winmd
143-
workspace:
144-
clean: all
145143
variables:
146144
OutputPackagesDir: $(Build.SourcesDirectory)\${{parameters.RepoDirectory}}\bin\Packages\Release\NuGet
147145
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'

0 commit comments

Comments
 (0)