mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
docker-compose build
This commit is contained in:
parent
a650b6d306
commit
862e47220b
1 changed files with 2 additions and 2 deletions
|
|
@ -8,5 +8,5 @@ variables:
|
|||
buildConfiguration: "Release"
|
||||
|
||||
steps:
|
||||
- script: dotnet build --configuration $(buildConfiguration)
|
||||
displayName: "dotnet build $(buildConfiguration)"
|
||||
- script: docker-compose build --configuration $(buildConfiguration)
|
||||
displayName: "dotnet-compose build $(buildConfiguration)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue