Skip to content

Commit

Permalink
Merge pull request #24
Browse files Browse the repository at this point in the history
[MAN-442] Add support for maccatalyst
  • Loading branch information
ksidirop-laerdal authored Nov 12, 2024
2 parents 8867dff + c417581 commit 1215abf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
dotnet \
msbuild \
"Laerdal.Builder.targets" \
\
-m:1 \
-p:PackageOutputPath="${{ env.BUILD_REPOSITORY_FOLDERPATH }}/Artifacts" \
-p:Laerdal_Source_Branch="${{ env.LAERDAL_SOURCE_BRANCH }}" \
-p:Laerdal_Repository_Path="${{ env.LAERDAL_REPOSITORY_PATH }}" \
Expand Down
1 change: 1 addition & 0 deletions Laerdal.Scripts/Laerdal.Builder.targets
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<!-- Laerdal.Scripts/Laerdal.Builder.targets \ -->
<!-- '"/p:Laerdal_Version_Full=1.0.x.0"' \ -->
<!-- '"/p:Laerdal_Github_Access_Token=<place your github access token here - its needed by carthage>"' -->
<!-- '"/m:1"' -->
<!-- -->

<Project DefaultTargets="BuildProjects">
Expand Down

0 comments on commit 1215abf

Please sign in to comment.