Skip to content

Commit

Permalink
Fix comment and layout
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Dec 19, 2024
1 parent 23e0e89 commit 1958f63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- job: Trigger
displayName: Trigger Azure Dev Ops build and test pipeline
pool:
vmImage: 'ubuntu-latest'
vmImage: 'ubuntu-latest'

steps:
- template: azure-pipelines-templates/device-bootstrap.yml@templates
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) .NET Foundation and Contributors
# See LICENSE file in the project root for full license information.

# The Pipeline is going to be called by the GitHub action.
# The Pipeline is going to be triggered by a call to Azure DevOps REST API
# Manual trigger is always possible.
trigger: none
pr: none
Expand Down Expand Up @@ -75,4 +75,4 @@ stages:
parameters:
appComponents: ${{ appComponents }}
unitTestRunsettings:
- 'nanoFramework.Json.Test/nano.runsettings,nanoFramework.Json.Test/bin/Release/NFUnitTest.dll'
- 'nanoFramework.Json.Test/nano.runsettings,nanoFramework.Json.Test/bin/Release/NFUnitTest.dll'

0 comments on commit 1958f63

Please sign in to comment.