Skip to content

Commit cd914e1

Browse files
committed
ci: Trying to fix the build again
1 parent 8958f4c commit cd914e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uno.UI.RemoteControl.DevServer.Tests/AppLaunch/RealAppLaunchIntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ private async Task<string> BuildAppProjectAsync(SolutionHelper solution, int dev
138138
var buildInfo = new ProcessStartInfo
139139
{
140140
FileName = "dotnet",
141-
Arguments = $"build \"{appProject}\" --configuration Debug --verbosity minimal --framework {_targetFramework}-desktop -p:UnoRemoteControlHost=localhost -p:UnoRemoteControlPort={devServerPort}",
141+
Arguments = $"build \"{appProject}\" --configuration Debug --verbosity minimal -p:UnoRemoteControlHost=localhost -p:UnoRemoteControlPort={devServerPort}",
142142
RedirectStandardOutput = true,
143143
RedirectStandardError = true,
144144
UseShellExecute = false,

0 commit comments

Comments
 (0)