Skip to content

Commit

Permalink
#68 improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maythamfahmi committed Jul 18, 2024
1 parent 60e08af commit 8caafef
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Continuous Deployment"
name: "Continuous Deployment (Release)"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Continuous integration"
name: "Continuous Integration"

on:
push:
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/release-preview.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/release-test.yml

This file was deleted.

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,10 @@ Debug.Assert(ConfidentialDummyData == decryptWithPrivateKey);
## Build and Testing
You have different options to build and run the unit tests from:
1. Visual Studio 2019/2022.
2. dotnet command line.
3. start Powershell, and run ```build.ps1``` from solution folder.
4. Docker, run the following command from the solution folder:
2. Visual Studio Code.
3. dotnet command line.
4. dotnet commands are preserved in a PowerShell script ```build.ps1```.
5. Docker, run the following command from the solution folder:

```
docker build . --file .\Dockerfile --tag cryptonet-service:latest
Expand Down

0 comments on commit 8caafef

Please sign in to comment.