Skip to content

Commit

Permalink
remove tasks not required
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorSVC committed May 13, 2024
1 parent 0f17c4c commit 5cb24d5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tools/ci_build/github/azure-pipelines/templates/qnn-ep-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ stages:
steps:
- template: set-version-number-variables-step.yml

- task: NuGetAuthenticate@0
inputs:
forceReinstallCredentialProvider: true

- task: UsePythonVersion@0
inputs:
versionSpec: '3.8'
Expand Down Expand Up @@ -104,14 +100,6 @@ stages:
DoEsrp: ${{ parameters.DoEsrp }}
Pattern: 'onnxruntime.dll'

- task: PowerShell@2
displayName: Install mobile workloads
inputs:
targetType: 'inline'
script: |
dotnet workload install android ios maccatalyst
workingDirectory: '$(Build.SourcesDirectory)\csharp'

- task: MSBuild@1
displayName: 'Restore NuGet Packages and create project.assets.json'
inputs:
Expand Down

0 comments on commit 5cb24d5

Please sign in to comment.