Skip to content

Commit

Permalink
Create xRetry.Reqnroll nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKeegan committed May 23, 2024
1 parent 45d6eb2 commit 008b8e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ nuget-create:
--no-build \
-c Release \
-o ../artefacts/nuget

dotnet pack ../src/xRetry.Reqnroll \
-p:Version=$(VERSION) \
-p:NuspecFile=xRetry.Reqnroll.nuspec \
--no-build \
-c Release \
-o ../artefacts/nuget

.PHONY: ci
ci: lint build unit-tests-run docs nuget-create
4 changes: 2 additions & 2 deletions src/xRetry.Reqnroll/xRetry.Reqnroll.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<projectUrl>https://github.com/JoshKeegan/xRetry</projectUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Allows for a @retry(n) tag to be placed above scenarios in Reqnroll.XUnit. This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be tolerated.</description>
<description>Allows for a @retry(n) tag to be placed above scenarios in Reqnroll.xUnit. This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be tolerated.</description>
<copyright>Copyright Josh Keegan 2019-2024</copyright>
<tags>Reqnroll XUnit Retry Test-Automation</tags>
<readme>docs\README.md</readme>

<dependencies>
<dependency id="Reqnroll.xUnit" version="[3.9.50,3.10.0)" />
<dependency id="Reqnroll.xUnit" version="[2.0.0,3.0.0)" />
<dependency id="xRetry" version="[$version$]" />
</dependencies>
</metadata>
Expand Down

0 comments on commit 008b8e6

Please sign in to comment.