From f72288b453bedfc5ae2d1eab4725c014862db8d1 Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Mon, 27 Jun 2022 10:32:14 +1000 Subject: [PATCH] Fix a couple of typos (#11943) Fix couple of typos --- .../azure-pipelines/c-api-noopenmp-packaging-pipelines.yml | 2 +- tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'