Skip to content

Commit

Permalink
vcvar 14.39
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmorato committed Jul 4, 2024
1 parent a5ee308 commit d263e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/OpenDDSharp.Build/Tasks/SetupThirdPartyTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public override void Run(BuildContext context)
Version = version,
});

var vcvar = $"\\VC\\Auxiliary\\Build\\vcvarsall.bat\" {context.BuildPlatform} -vcvars_ver=14.30";
var vcvar = $"\\VC\\Auxiliary\\Build\\vcvarsall.bat\" {context.BuildPlatform} -vcvars_ver=14.39";
var vsdev = "\\Common7\\Tools\\VsDevCmd.bat\"";

Check warning on line 154 in Build/OpenDDSharp.Build/Tasks/SetupThirdPartyTask.cs

View workflow job for this annotation

GitHub Actions / build_linux

The variable 'vsdev' is assigned but its value is never used

Check warning on line 154 in Build/OpenDDSharp.Build/Tasks/SetupThirdPartyTask.cs

View workflow job for this annotation

GitHub Actions / build_linux

Remove the unused local variable 'vsdev'. (https://rules.sonarsource.com/csharp/RSPEC-1481)

Check warning on line 154 in Build/OpenDDSharp.Build/Tasks/SetupThirdPartyTask.cs

View workflow job for this annotation

GitHub Actions / build_macos_x64

The variable 'vsdev' is assigned but its value is never used

Check warning on line 154 in Build/OpenDDSharp.Build/Tasks/SetupThirdPartyTask.cs

View workflow job for this annotation

GitHub Actions / build_macos_x64

Remove the unused local variable 'vsdev'. (https://rules.sonarsource.com/csharp/RSPEC-1481)

Check warning on line 154 in Build/OpenDDSharp.Build/Tasks/SetupThirdPartyTask.cs

View workflow job for this annotation

GitHub Actions / build_macos_arm64

The variable 'vsdev' is assigned but its value is never used

Check warning on line 154 in Build/OpenDDSharp.Build/Tasks/SetupThirdPartyTask.cs

View workflow job for this annotation

GitHub Actions / build_macos_arm64

Remove the unused local variable 'vsdev'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
var arguments = " /c \"" + vsPath.FullPath + vcvar + " && " + configurePath + " -v --doc-group3 --no-test";
if (context.BuildConfiguration == "Release")
Expand Down

0 comments on commit d263e8d

Please sign in to comment.