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 f3760c8 commit 7f4953dCopy full SHA for 7f4953d
Build.ps1
@@ -81,6 +81,6 @@ if ($env:NUGET_API_KEY `
81
if ($null -eq $env:NUGET_API_KEY) {
82
Write-Output "build: Skipping Nuget publish, API key null"
83
} else {
84
- Write-Output "build: Skipping Nuget publish reftype: $env:GITHUB_REF_TYPE
+ Write-Output "build: Skipping Nuget publish reftype: $env:GITHUB_REF_TYPE"
85
}
86
0 commit comments