We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b883c4f commit 9e53fd5Copy full SHA for 9e53fd5
1 file changed
msbuild/tests/Xamarin.iOS.Tasks.Tests/TargetTests/TargetTests.cs
@@ -288,7 +288,7 @@ public void RebuildExecutable_TouchLibraryDll ()
288
RunTarget (MonoTouchProject, TargetName.Build);
289
var timestamps = ExpectedExecutableFiles.ToDictionary (file => file, file => GetLastModified (file));
290
291
- Touch (Path.Combine (LibraryProjectBinPath, "MyLibrary.dll"));
+ Touch (Path.Combine (LibraryProjectObjPath, "MyLibrary.dll"));
292
293
var newTimestamps = ExpectedExecutableFiles.ToDictionary (file => file, file => GetLastModified (file));
294
0 commit comments