Skip to content

Commit

Permalink
Merge pull request #104
Browse files Browse the repository at this point in the history
develop
  • Loading branch information
ksidirop-laerdal authored Apr 5, 2024
2 parents 5050680 + 295ae92 commit 9184ccd
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 9184ccd

Please sign in to comment.