Skip to content

Commit

Permalink
Update azure-pipeline-public-nuget-publish.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisthekap committed Mar 1, 2023
1 parent 2e8dff7 commit d71eb2a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions azure-pipeline-public-nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ steps:
fi
displayName: "check version sanity"

- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '7.0.103'
displayName: "install dotnet 7.0.103"

- bash: |
dotnet workload install ios
displayName: "install ios workload"

- bash: |
./clear.sh
displayName: "clear.sh"
Expand Down

0 comments on commit d71eb2a

Please sign in to comment.