You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run once was already occurring per project, the logic I added didn't change anything. Unless I write to the file system, it will just occur as many times as there are projects unfortunately.
<TargetName="_BuildVersioningWithGitHub"BeforeTargets="BeforeBuild"Condition="$(BuildVersioningWithGitHub) == 'true' AND $(GITHUB_RUN_ID) != '' AND !$(_BuildVersioningRunOne.Contains('github'))">
<TargetName="_BuildVersioningWithGitHub"BeforeTargets="BeforeBuild"Condition="$(BuildVersioningWithGitHub) == 'true' AND $(GITHUB_RUN_ID) != ''">
17
14
<MessageImportance="$(BuildVersioningLogLevel)"Text="BuildVersioning-GitHubIntegration: Fetching tags for versioning as they aren't available by default in GitHub Actions" />
<TargetName="_BuildVersioningWithAppVeyor"AfterTargets="BuildVersioning"Condition="$(BuildVersioningWithAppVeyor) == 'true' AND $(APPVEYOR) != '' AND !$(_BuildVersioningRunOne.Contains('appveyor'))">
0 commit comments