File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ parameters:
2222 - azure-sdk-for-js
2323 - azure-sdk-for-net
2424 - azure-sdk-for-python
25- # Add this back when Rust enables Check Enforcer and Actions and has .github/workflows directory
26- # - azure-sdk-for-rust
25+ - azure-sdk-for-rust
2726
2827trigger : none
2928
Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ steps:
152152 - pwsh : |
153153 Set-PsDebug -Trace 1
154154 $repoPath = "${{ repo }}/${{ parameters.DirectoryToSync }}"
155+ New-Item -ItemType Directory -Force -ErrorAction Ignore -Path $repoPath
155156 Remove-Item -v -r -ErrorAction Ignore "$repoPath${{ parameters.FilePattern }}"
156157 Copy-Item -v -r `
157158 "$(System.DefaultWorkingDirectory)/$(Build.Repository.Name)/${{ parameters.DirectoryToSync }}${{ parameters.FilePattern }}" `
You can’t perform that action at this time.
0 commit comments