Skip to content

Commit

Permalink
Work CI-CD
Browse files Browse the repository at this point in the history
- Update task name.

***NO_CI***
  • Loading branch information
josesimoes committed Nov 7, 2022
1 parent 5760ada commit da265d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- template: azure-pipelines-templates/install-nuget.yml@templates

- task: InstallnFBuildComponents@1
- task: InstallNanoMSBuildComponents@1
condition: ne( variables['StartReleaseCandidate'], true )
displayName: Install nanoFramework MSBuild components
env:
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
condition: succeeded()
displayName: Set build number

- task: InstallnFBuildComponents@1
- task: InstallNanoMSBuildComponents@1
condition: succeeded()
displayName: Install nanoFramework MSBuild components
env:
Expand Down

0 comments on commit da265d9

Please sign in to comment.