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 9d0ae0b commit 15c1c38Copy full SHA for 15c1c38
azure-pipelines.yml
@@ -227,7 +227,7 @@ jobs:
227
Write-Host("Branch = $buildSourceBranch, Version = $tagVersion");
228
Write-Host ("##vso[task.setvariable variable=NugetPackageVersion;]$tagVersion")
229
displayName: Set NuGet Version to Tag Number
230
- condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
+ condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
231
# restore, build and pack the packages
232
- task: CmdLine@2
233
displayName: 'Build Xamarin.CommunityToolkit.MauiCompat.csproj'
0 commit comments