Skip to content

Commit

Permalink
move uwp repos to workflows folder
Browse files Browse the repository at this point in the history
When enabling the CI for UWP again one might look at the more up to date ones from http://aka.ms/ros/mrtk_native.
  • Loading branch information
hoffmann-stefan committed Jun 4, 2023
1 parent 10d0aa9 commit 5bf528b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_uwp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
md \dev\ament\src
cd \dev\ament
copy ${{github.workspace}}\ament_dotnet_uwp.repos .
copy ${{github.workspace}}\.github\workflows\uwp_ament.repos .
vcs import src < ament_dotnet_uwp.repos
vcs branch
shell: cmd
Expand All @@ -47,7 +47,7 @@ jobs:
run: |
md \dev\ros2\src
cd \dev\ros2
copy ${{github.workspace}}\ros2_dotnet_uwp.repos .
copy ${{github.workspace}}\.github\workflows\uwp_ros2_dotnet.repos .
vcs import src < ros2_dotnet_uwp.repos
rd /s /q src\ros2_dotnet\ros2_dotnet
xcopy /e /i ${{github.workspace}} src\ros2_dotnet\ros2_dotnet
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5bf528b

Please sign in to comment.