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 d056bb2 commit 9aed73cCopy full SHA for 9aed73c
.pipeline-assets/build-solutions.ps1
@@ -59,7 +59,7 @@ else
59
"" | Write-Host -ForegroundColor Yellow
60
61
# get files changed in the commit, if this is NOT a PR
62
- $commit = Invoke-RestMethod -Uri "https://api.github.com/repos/nanoframework/Samples/commits/$(Build.SourceVersion)" -Header @{"Authorization"="$auth"} -ContentType "application/json" -Method GET
+ $commit = Invoke-RestMethod -Uri "https://api.github.com/repos/nanoframework/Samples/commits/$env:Build_SourceVersion" -Header @{"Authorization"="$auth"} -ContentType "application/json" -Method GET
63
64
# get files changed in the commit
65
$pageCounter = 1
0 commit comments