Skip to content

Commit

Permalink
publish connector packages to the right configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Dec 13, 2019
1 parent 0c9f385 commit 6ce2877
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<Target Name="GetCopyToOutputDirectoryItems" />
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(IN_PUBLISH)'!='true'">
<Message Importance="High" Text="Publishing manually" />
<Exec Command="(set IN_PUBLISH=true) &amp; dotnet publish -f netcoreapp2.1" />
<Exec Command="(set IN_PUBLISH=true) &amp; dotnet publish -f netcoreapp3.1" />
<Exec Command="(set IN_PUBLISH=true) &amp; dotnet publish -f netcoreapp2.1 -c $(Configuration)" />
<Exec Command="(set IN_PUBLISH=true) &amp; dotnet publish -f netcoreapp3.1 -c $(Configuration)" />
</Target>
<Import Project="..\Deveroom.VisualStudio.Common\Deveroom.VisualStudio.Common.projitems" Label="Shared" />
<Import Project="..\Deveroom.VisualStudio.SpecFlowConnector\Deveroom.VisualStudio.SpecFlowConnector.projitems" Label="Shared" />
Expand Down

0 comments on commit 6ce2877

Please sign in to comment.