We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b9a5a commit 45519ceCopy full SHA for 45519ce
2 files changed
src/DotNetOpenAuth.BuildTasks/HardLinkCopy.cs
@@ -7,11 +7,11 @@
7
namespace DotNetOpenAuth.BuildTasks {
8
using System;
9
using System.Collections.Generic;
10
+ using System.IO;
11
using System.Linq;
12
using System.Text;
13
using Microsoft.Build.Framework;
14
using Microsoft.Build.Utilities;
- using System.IO;
15
16
public class HardLinkCopy : Task {
17
[Required]
tools/DotNetOpenAuth.props
@@ -44,6 +44,6 @@
44
<CheckAdminRights>
45
<Output TaskParameter="IsElevated" PropertyName="IsElevated" />
46
</CheckAdminRights>
47
- <Message Importance="High" Text="IsElevated = $(IsElevated)" />
+ <Message Text="IsElevated = $(IsElevated)" />
48
</Target>
49
</Project>
0 commit comments