-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish to NuGet + Documentation #49
Conversation
When accessing variables **without specifying a level**, TeaPie searches **from the highest level to the lowest** and returns the **first match** found. | ||
|
||
```csharp | ||
if (!tp.ContainsVariable("IsDevlabEnvironment")) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Možno len do budúcna issue. Vytvoriť metódu TrySetVariable
, alebo SetVariebleIfNotDefined
, alebo niečo také. Aby sa to nemuselo písať takto.
Ale to teraz isto nerob, len to zapíš.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, good idea for the future
…ing directives, pipeline update, minor changes
This PR doesn't add any new functionality or features. Rather, I have checked whole repository, structure and overall experience for users and potential contributors.
During development of this PR, this repository became public. Recommended files
CONTRIBUTING.md
andCODE_OF_CONDUCT.md
were added to support potential contributors of this project.Pipeline update
Former
pr-pipeline.yml
was renamed topipeline.yml
and two new jobs were added:publish-docs
- each time current branch is merged tomaster
, documentation web-site is updated and re-deployed on GitHub pages - Documentationpublish-nuget
- when current branch is merged tomaster
and version of the tool is increased, push to NuGet is performedBoth newly added jobs are dependent on success of
build-and-test
job.Documentation
Former
README.md
used to represent user manual and documentation. All necessary information were spread to wiki/documentation of this project, are available on Documentation web-site, which is deployed on GitHub pagesDocumentation web-site also includes specification of public API.
Publication
NuGet package
TeaPie.Tool
is already available. 🥳