Skip to content

Commit ff9badd

Browse files
committed
Adds more troubleshooting information so files not found.
1 parent ee03bb3 commit ff9badd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

FRC-Extension/RoboRIOCode/DeployManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ await Task.Run(() =>
196196
else
197197
{
198198
writer.WriteLine("Did not find all needed files. Canceling Deploy");
199+
writer.WriteLine("Please make sure the WPILib is the newest version from NuGet.");
199200
return null;
200201
}
201202
}

Templates/CSharp/Project-Templates/WindowsMonoGameSimulator/ProjectTemplate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProductVersion>8.0.30703</ProductVersion>
77
<SchemaVersion>2.0</SchemaVersion>
88
<ProjectGuid>$guid1$</ProjectGuid>
9-
<OutputType>WinExe</OutputType>
9+
<OutputType>Exe</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>$safeprojectname$</RootNamespace>
1212
<AssemblyName>$safeprojectname$</AssemblyName>

0 commit comments

Comments
 (0)