Skip to content

Commit 19d9b83

Browse files
authored
Update Build-Nightly.ps1
1 parent 9e6d97d commit 19d9b83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/Build-Nightly.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,6 @@ if ($runPublish -eq $true) {
247247
$json = @{Version = "$version"; Message = "" } | ConvertTo-Json
248248
Set-Content ./version.json -Value $json -Force -NoNewline
249249
}
250+
else {
251+
Write-Host "No changes in PnP PowerShell, PnP Framework or PnP Core SDK. Exiting." -ForegroundColor Green
252+
}

0 commit comments

Comments
 (0)