Skip to content

Commit 74392c7

Browse files
committed
Fix formating and typo
1 parent 29f16f6 commit 74392c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
{
8383
# this is a release prep so NO build
8484
echo "##vso[task.setvariable variable=SKIP_BUILD;isOutput=true]true"
85-
85+
8686
Write-Host "##[command] Release preparation, skipping build."
8787
}
8888
else
@@ -101,11 +101,11 @@ jobs:
101101
if( ($commit.commit.author.name -eq "nfbot") -and ($commit.commit.message -like "*[version update]*") )
102102
{
103103
Write-Host "**version update commit, skipping build**"
104-
echo "##vso[task.setvariable variable=SKIP_BUILD;isOutput=true]true"
104+
echo "##vso[task.setvariable variable=SKIP_BUILD;isOutput=true]true"
105105
}
106106
else
107107
{
108-
echo "##vso[task.setvariable variable=SKIP_BUILD;isOutput=true]false"
108+
echo "##vso[task.setvariable variable=SKIP_BUILD;isOutput=true]false"
109109
}
110110
111111
# find PR
@@ -126,7 +126,7 @@ jobs:
126126
# check if Unit Tests for mscorlib should be run
127127
if(($prCommitMessage -like "*[run mscorlib tests]*") -or ($prCommitMessage -match "Tested against nanoframework/CoreLibrary#(\d+)"))
128128
{
129-
Write-Host "##[command] >> mscorlib tests are to be runned"
129+
Write-Host "##[command] >> mscorlib tests are to be run"
130130
echo "##vso[task.setvariable variable=RUN_MSCORLIB_TESTS;isOutput=true]true"
131131
}
132132

0 commit comments

Comments
 (0)