Skip to content

Commit

Permalink
Try to fix build script invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkan committed Oct 15, 2024
1 parent 13db744 commit 63da05a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eng/pipelines/templates/Build_and_UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ steps:
name: "EnsureAllPackagesExist"
inputs:
scriptName: "$(Build.Repository.LocalPath)\\scripts\\utils\\EnsureAllPackagesExist.ps1"
arguments: "-BuildRTM $(BuildRTM) -NupkgOutputPath '$(Build.Repository.LocalPath)\\artifacts\\$(NupkgOutputDir)'"
condition: "and(succeeded(), eq(variables['BuildRTM'], 'false'))"
arguments: "-BuildRTM:$$(BuildRTM) -NupkgOutputPath '$(Build.Repository.LocalPath)\\artifacts\\$(NupkgOutputDir)'"

- task: MSBuild@1
displayName: "Ensure all Nupkgs and Symbols are created"
Expand Down

0 comments on commit 63da05a

Please sign in to comment.