Skip to content

Commit

Permalink
Update runner
Browse files Browse the repository at this point in the history
  • Loading branch information
visose committed Apr 8, 2023
1 parent ba4f900 commit 01f6946
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
publish:
runs-on: windows-2019
runs-on: windows-2022

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Description>Create and simulate ABB, KUKA, UR, and Staubli robot programs.</Description>
<PackageTags>Robots;ABB;KUKA;UR;Staubli;Robotics</PackageTags>
<PackageProjectUrl>https://github.com/visose/robots</PackageProjectUrl>
<IconUrl>https://github.com/visose/robots/raw/master/build/Assets/iconRobot.png</IconUrl>
<Icon>iconRobot.png</Icon>
<ReleaseNotes>RELEASE</ReleaseNotes>

<CurrentYear>$([System.DateTime]::Now.Year)</CurrentYear>
Expand Down
3 changes: 2 additions & 1 deletion build/Robots.Build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"Renci.SshNet.dll",
"MathNet.Numerics.dll",
"Kdl.NetStandard.dll",
"kdl_wrap.dll"
"kdl_wrap.dll",
"iconRobot.png"
},
tags: new []
{
Expand Down
2 changes: 1 addition & 1 deletion build/Robots.Build/Robots.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<StartWorkingDirectory>$(RootDir)</StartWorkingDirectory>
<StartArguments>debug</StartArguments>
<StartArguments><!--debug--></StartArguments>
<NoWarn>CA1852</NoWarn>
</PropertyGroup>

Expand Down
3 changes: 2 additions & 1 deletion src/Robots.Grasshopper/Robots.Grasshopper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@

<ItemGroup>
<EmbeddedResource Include="Assets\Embed\**\*" />
<None Include="..\..\build\Assets\iconRhino128.png" Pack="true" PackagePath="" />
<None Include="$(RootDir)build\Assets\iconRhino128.png" Pack="true" PackagePath="" />
<None Include="$(RootDir)build\Assets\iconRobot.png" CopyToOutputDirectory="PreserveNewest" Visible="false" />
<None Include="Build\Robots.Rhino.targets" Pack="true" PackagePath="buildTransitive" />
<None Include="$(TargetDir)$(Product).dll" Pack="true" PackagePath="lib\net48" />
</ItemGroup>
Expand Down

0 comments on commit 01f6946

Please sign in to comment.