diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 97f0870..b9197fa 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -13,7 +13,7 @@ on:
jobs:
publish:
- runs-on: windows-2019
+ runs-on: windows-2022
steps:
- uses: actions/checkout@v2
diff --git a/Directory.Build.props b/Directory.Build.props
index 7a0bff9..0a9d86d 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -7,7 +7,7 @@
Create and simulate ABB, KUKA, UR, and Staubli robot programs.
Robots;ABB;KUKA;UR;Staubli;Robotics
https://github.com/visose/robots
- https://github.com/visose/robots/raw/master/build/Assets/iconRobot.png
+ iconRobot.png
RELEASE
$([System.DateTime]::Now.Year)
diff --git a/build/Robots.Build/Program.cs b/build/Robots.Build/Program.cs
index 32b584c..4493286 100644
--- a/build/Robots.Build/Program.cs
+++ b/build/Robots.Build/Program.cs
@@ -34,7 +34,8 @@
"Renci.SshNet.dll",
"MathNet.Numerics.dll",
"Kdl.NetStandard.dll",
- "kdl_wrap.dll"
+ "kdl_wrap.dll",
+ "iconRobot.png"
},
tags: new []
{
diff --git a/build/Robots.Build/Robots.Build.csproj b/build/Robots.Build/Robots.Build.csproj
index c4b3615..03910c3 100644
--- a/build/Robots.Build/Robots.Build.csproj
+++ b/build/Robots.Build/Robots.Build.csproj
@@ -4,7 +4,7 @@
Exe
net7.0
$(RootDir)
- debug
+
CA1852
diff --git a/src/Robots.Grasshopper/Robots.Grasshopper.csproj b/src/Robots.Grasshopper/Robots.Grasshopper.csproj
index fd0e11b..cc70d27 100644
--- a/src/Robots.Grasshopper/Robots.Grasshopper.csproj
+++ b/src/Robots.Grasshopper/Robots.Grasshopper.csproj
@@ -19,7 +19,8 @@
-
+
+