Skip to content

Commit

Permalink
Update Grid.Bot.csproj
Browse files Browse the repository at this point in the history
Small issue with the copy command

!#components: grid-bot
  • Loading branch information
nikita-petko committed Jul 1, 2024
1 parent 591e666 commit b7f85f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/grid-bot/src/Grid.Bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<Target Name="PostPublish" AfterTargets="Publish" Condition="'$(OS)' == 'Windows_NT'">
<Exec Command="xcopy /y $(RootDirectory)LICENSE $(PublishDir)" />
<Exec Command="xcopy /y $(RootDirectory)README.md $(PublishDir)" />
<Exec Command="xcopy /y /i /w ..\ssl $(PublishDir)ssl" />
<Exec Command="xcopy /y /i ..\ssl $(PublishDir)ssl" />
</Target>

<ItemGroup>
Expand Down

0 comments on commit b7f85f7

Please sign in to comment.