diff --git a/tools/ci_build/github/azure-pipelines/c-api-noopenmp-packaging-pipelines.yml b/tools/ci_build/github/azure-pipelines/c-api-noopenmp-packaging-pipelines.yml index 9653544a97..530ad9177e 100644 --- a/tools/ci_build/github/azure-pipelines/c-api-noopenmp-packaging-pipelines.yml +++ b/tools/ci_build/github/azure-pipelines/c-api-noopenmp-packaging-pipelines.yml @@ -537,7 +537,7 @@ jobs: DoEsrp: ${{ parameters.DoEsrp }} - task: MSBuild@1 - displayName: Update projects.assets.json will combined list of all target frameworks + displayName: Update projects.assets.json with combined list of all target frameworks inputs: solution: '$(Build.SourcesDirectory)\csharp\src\Microsoft.ML.OnnxRuntime\Microsoft.ML.OnnxRuntime.csproj' platform: 'Any CPU' diff --git a/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml b/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml index 860d80bf5d..8ed4d01ac8 100644 --- a/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml +++ b/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml @@ -475,7 +475,7 @@ jobs: DoEsrp: ${{ parameters.DoEsrp }} - task: MSBuild@1 - displayName: Update projects.assets.json will combined list of all target frameworks + displayName: Update projects.assets.json with combined list of all target frameworks inputs: solution: '$(Build.SourcesDirectory)\csharp\src\Microsoft.ML.OnnxRuntime\Microsoft.ML.OnnxRuntime.csproj' platform: 'Any CPU'