Skip to content

Commit

Permalink
all good
Browse files Browse the repository at this point in the history
  • Loading branch information
ZijianFLG committed May 15, 2024
1 parent 6594cf9 commit af230f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Tests/NG2Tests/NG2Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<Target Name="PreBuild" AfterTargets="PreBuildEvent">
<Exec Command="pwsh -File ../../PowershellScripts/CopyFiles.ps1 $(ProjectDir)SwagMock/*.* $(TargetDir)SwagMock/" />
<Exec Command="pwsh -File ../../PowershellScripts/CopyFiles.ps1 $(ProjectDir)Results/*.* $(TargetDir)Results/" />
<Exec Command="pwsh -File ../../PowershellScripts/CopyFiles.ps1 $(ProjectDir)NG2BuildResults/*.ts $(TargetDir)NG2BuildResults/" />
</Target>

<Import Project="..\SwaggerDirShared\SwaggerDirShared.projitems" Label="Shared" />
Expand Down
4 changes: 2 additions & 2 deletions Tests/SwagTests/SwagTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
</ItemGroup>

<Target Name="PreBuild" AfterTargets="PreBuildEvent">
<Exec Command="pwsh -File ..\..\PowershellScripts\CopyFiles.ps1 $(ProjectDir)SwagMock\*.* $(TargetDir)SwagMock\" />
<Exec Command="pwsh -File ..\..\PowershellScripts\CopyFiles.ps1 $(ProjectDir)Results\*.* $(TargetDir)Results\" />
<Exec Command="pwsh -File ../../PowershellScripts/CopyFiles.ps1 $(ProjectDir)SwagMock/*.* $(TargetDir)SwagMock/" />
<Exec Command="pwsh -File ../../PowershellScripts/CopyFiles.ps1 $(ProjectDir)Results/*.* $(TargetDir)Results/" />
</Target>

</Project>

0 comments on commit af230f9

Please sign in to comment.