-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed order of installing refs (#327)
* changed order of installing refs * Add EnsureOutputFolder method and integrate it into EnsureCsProjFile Added a new private method `EnsureOutputFolder` that checks if the output folder specified by `AxSharpProject.OutputFolder` exists, and if not, creates it. This method then returns the path to the output folder. Modified the `EnsureCsProjFile` method to call the newly added `EnsureOutputFolder` method. This ensures that the output folder is created before proceeding with the rest of the method's logic, preventing potential errors related to missing directories. --------- Co-authored-by: blazej.kuhajda <blazej.kuhajda@mts.sk> Co-authored-by: PTKu <61538034+PTKu@users.noreply.github.com>
- Loading branch information
1 parent
ce712fa
commit af6e5f3
Showing
2 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters