Skip to content

Commit

Permalink
Add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonytm committed Feb 17, 2022
1 parent 6565698 commit 3997054
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-copy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Param (

Write-Host $configuration
Write-Host $version
$test = "./src/Dianoga/bin/" + $configuration + "/" + $version
Get-ChildItem -Path $test
$from = "./src/Dianoga/bin/" + $configuration + "/" + $version + "/Dianoga.*"
Copy-Item -Path $from -Destination "./src/bin/" -Verbose
$from = "./src/Dianoga/bin/" + $configuration + "/" + $version + "/System.Threading.Tasks.Dataflow.dll"
Expand Down

0 comments on commit 3997054

Please sign in to comment.