-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated to dotnet 7 * removed correlation vector (deprecated) * updated build * updated nuget packages * updated change log * updated ci-cd to dotnet 7
- Loading branch information
Showing
14 changed files
with
74 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/bin/bash | ||
|
||
dotnet build src/app -o "$HOME/bin" | ||
|
||
docker pull mcr.microsoft.com/dotnet/sdk:7.0 | ||
docker pull mcr.microsoft.com/dotnet/aspnet:7.0 | ||
|
||
docker build . -t ghcr.io/cse-labs/webvalidate:beta | ||
#docker build . -t ghcr.io/cse-labs/webvalidate:latest | ||
#docker build . -t ghcr.io/cse-labs/webvalidate:7.0.0 | ||
#docker build . -t ghcr.io/cse-labs/webvalidate:7.0 | ||
|
||
docker build . -t retaildevcrew/webvalidate:beta | ||
#docker build . -t retaildevcrew/webvalidate:latest | ||
#docker build . -t retaildevcrew/webvalidate:7.0.0 | ||
#docker build . -t retaildevcrew/webvalidate:7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/bash | ||
|
||
./build | ||
|
||
docker push ghcr.io/cse-labs/webvalidate:beta | ||
#docker push ghcr.io/cse-labs/webvalidate:latest | ||
#docker push ghcr.io/cse-labs/webvalidate:7.0.0 | ||
#docker push ghcr.io/cse-labs/webvalidate:7.0 | ||
|
||
docker push retaildevcrew/webvalidate:beta | ||
#docker push retaildevcrew/webvalidate:latest | ||
#docker push retaildevcrew/webvalidate:7.0.0 | ||
#docker push retaildevcrew/webvalidate:7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters