Skip to content

Commit

Permalink
Adapt documentation and deploy script.
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastijan Mueller <[email protected]>
  • Loading branch information
Sebastijan Mueller authored and Sebastijan Mueller committed May 1, 2021
1 parent 6c9d92c commit 2559c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ If you want to use xUnit or NUnit for your unit tests, you should instead instal
```
PS> Install-Package ArchUnitNET.xUnit
PS> Install-Package ArchUnitNET.NUnit
PS> Install-Package ArchUnitNET.MSTestV2
```
#### Create a Test
Then you will want to create a class to start testing. We used xUnit with the ArchUnit extension here, but it works similarly with NUnit or other Unit Test Frameworks.
Expand Down
1 change: 1 addition & 0 deletions Travis/deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ param(
dotnet nuget push ($PWD.Path + "\ArchUnitNET\nupkgs\TngTech.ArchUnitNET.*.nupkg") -k $apiKey -s $source
dotnet nuget push ($PWD.Path + "\ArchUnitNET.xUnit\nupkgs\TngTech.ArchUnitNET.xUnit.*.nupkg") -k $apiKey -s $source
dotnet nuget push ($PWD.Path + "\ArchUnitNET.NUnit\nupkgs\TngTech.ArchUnitNET.NUnit.*.nupkg") -k $apiKey -s $source
dotnet nuget push ($PWD.Path + "\ArchUnitNET.MSTestV2\nupkgs\TngTech.ArchUnitNET.MSTestV2.*.nupkg") -k $apiKey -s $source

0 comments on commit 2559c2d

Please sign in to comment.