Skip to content

Commit

Permalink
Merge pull request #103
Browse files Browse the repository at this point in the history
ksidirop/MAN-296-migrate-to-github-actions
  • Loading branch information
ksidirop-laerdal authored Apr 5, 2024
2 parents a823902 + de5f51b commit 295ae92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Laerdal.Scripts/Laerdal.Builder.targets
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@

<!-- GITHUB RELEASE -->
<Target Name="CreateGithubReleaseWithTag"
Condition=" '$(TF_BUILD)' != '' AND '$(Laerdal_Should_Tag_And_Release)' == 'True' "
Condition=" '$(Laerdal_Should_Tag_And_Release)' == 'True' "
AfterTargets="RunTests">

<Error Condition=" '$(Laerdal_Version_Base)' == '' " Text="'Laerdal_Version_Base' has to be set. Please call this script again with the argument '/p:Laerdal_Version_Base=...'" />
Expand Down

0 comments on commit 295ae92

Please sign in to comment.