We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31372b commit 7e92f31Copy full SHA for 7e92f31
build/Build-Nightly.ps1
@@ -174,7 +174,7 @@ if ($runPublish -eq $true) {
174
}
175
176
# Generate predictor commands
177
- ./build/Generate-PredictorCommands.ps1 -Version "master"
+ ./build/Generate-PredictorCommands.ps1 -Version $version
178
179
Write-Host "Generating Documentation" -ForegroundColor Yellow
180
Set-PSRepository PSGallery -InstallationPolicy Trusted
0 commit comments