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.
pre
1 parent b79690b commit 891924aCopy full SHA for 891924a
appveyor.yml
@@ -39,7 +39,7 @@ install:
39
$ShouldPublishNugetArtifact = "$($env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null)"
40
$Env:SHOULD_PUBLISH_NUGET_ARTIFACT = $ShouldPublishNugetArtifact
41
Write-Host "Should publish Nuget artifact = $($Env:SHOULD_PUBLISH_NUGET_ARTIFACT)"
42
- cinst sourcelink -pre -y
+ cinst sourcelink -y
43
44
assembly_info:
45
patch: true
0 commit comments