Skip to content

Commit

Permalink
#62 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
maythamfahmi committed Jul 17, 2024
1 parent 42808dc commit 57fb97b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CryptoNet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DevOps", "DevOps", "{1733D1
build.ps1 = build.ps1
.github\workflows\cd-release.yml = .github\workflows\cd-release.yml
.github\workflows\ci.yml = .github\workflows\ci.yml
DockerBuild.ps1 = DockerBuild.ps1
Dockerfile = Dockerfile
RELEASE-NOTES = RELEASE-NOTES
.github\workflows\release-preview.yml = .github\workflows\release-preview.yml
.github\workflows\release-test.yml = .github\workflows\release-test.yml
run_codecoverage.ps1 = run_codecoverage.ps1
run_codecoverage.txt = run_codecoverage.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Info", "Info", "{6976E2ED-A139-48C5-A390-639F56A8B348}"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ RUN apt-get update && apt-get install libxml2

RUN dotnet restore
# Unit ans Integration Tests
#RUN dotnet test
RUN dotnet test
# Functional Tests of the Examples
RUN dotnet run --project ./CryptoNet.Cli/CryptoNet.Cli.csproj

0 comments on commit 57fb97b

Please sign in to comment.