Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Jan 26, 2022
1 parent 9d0ae0b commit 15c1c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
Write-Host("Branch = $buildSourceBranch, Version = $tagVersion");
Write-Host ("##vso[task.setvariable variable=NugetPackageVersion;]$tagVersion")
displayName: Set NuGet Version to Tag Number
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
# restore, build and pack the packages
- task: CmdLine@2
displayName: 'Build Xamarin.CommunityToolkit.MauiCompat.csproj'
Expand Down

0 comments on commit 15c1c38

Please sign in to comment.