Skip to content

Commit

Permalink
Fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aymen TROUDI authored and Aymen TROUDI committed Aug 10, 2023
1 parent 2811f93 commit 208d92a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore --configuration Release
- name: Test
run: dotnet test --no-build --verbosity normal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(Configuration)' == 'Debug'">
<Exec Command="xcopy /Y $(TargetDir)$(TargetName).dll $(SolutionDir)files" />
<Exec Command="copy /Y $(TargetDir)$(TargetName).dll $(SolutionDir)files" />
</Target>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(Configuration)' == 'Debug'">
<Exec Command="xcopy /Y $(TargetDir)$(TargetName).dll $(SolutionDir)files" />
<Exec Command="copy /Y $(TargetDir)$(TargetName).dll $(SolutionDir)files" />
</Target>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(Configuration)' == 'Debug'">
<Exec Command="xcopy /Y $(TargetDir)$(TargetName).dll $(SolutionDir)files" />
<Exec Command="copy /Y $(TargetDir)$(TargetName).dll $(SolutionDir)files" />
</Target>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(Configuration)' == 'Debug'">
<Exec Command="xcopy /Y $(TargetDir)$(TargetName).dll $(SolutionDir)files" />
<Exec Command="copy /Y $(TargetDir)$(TargetName).dll $(SolutionDir)files" />
</Target>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(Configuration)' == 'Debug'">
<Exec Command="xcopy /Y $(TargetDir)$(TargetName).dll $(SolutionDir)files" />
<Exec Command="copy /Y $(TargetDir)$(TargetName).dll $(SolutionDir)files" />
</Target>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(Configuration)' == 'Debug'">
<Exec Command="xcopy /Y $(TargetDir)$(TargetName).dll $(SolutionDir)files" />
<Exec Command="copy /Y $(TargetDir)$(TargetName).dll $(SolutionDir)files" />
</Target>

</Project>

0 comments on commit 208d92a

Please sign in to comment.