Feature/docker setup (#294)
* Github Action for Docker Integration on merge into develop Co-authored-by: Chris Plaatjes <chris.p@boxbrite.com>
This commit is contained in:
parent
8d8e7ce93b
commit
560b0c9cb5
4 changed files with 117 additions and 7 deletions
|
@ -15,7 +15,7 @@ ProgressEnd()
|
|||
|
||||
Build()
|
||||
{
|
||||
local RID="$1"
|
||||
local RID="$1"
|
||||
|
||||
ProgressStart 'Build for $RID'
|
||||
|
||||
|
@ -24,8 +24,8 @@ Build()
|
|||
dotnet clean $slnFile -c Debug
|
||||
dotnet clean $slnFile -c Release
|
||||
|
||||
dotnet msbuild -restore $slnFile -p:Configuration=Release -p:Platform="Any CPU" -p:RuntimeIdentifiers=$RID
|
||||
|
||||
dotnet msbuild -restore $slnFile -p:Configuration=Release -p:Platform="Any CPU" -p:RuntimeIdentifiers=$RID
|
||||
|
||||
ProgressEnd 'Build for $RID'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue