File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments