Skip to content

Commit 6560601

Browse files
committed
加上定义输出框架
1 parent dfb6a22 commit 6560601

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Code/ToolPackager/Build/dotnetCampus.UsingMSBuildCopyOutputFileToFastDebug.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<OutputFileToCopyList>"@(OutputFileToCopy)"</OutputFileToCopyList>
3535
</PropertyGroup>
3636

37-
<Exec Command="dotnet $(UsingMSBuildCopyOutputFileToFastDebugTaskFile) -- CopyOutputFile -MainProjectPath $(MainProjectPath) -CleanFilePath $(CleanUsingMSBuildCopyOutputFileToFastDebugFile) -OutputFileToCopyList $(OutputFileToCopyList)"/>
37+
<Exec Command="dotnet $(UsingMSBuildCopyOutputFileToFastDebugTaskFile) -- CopyOutputFile -MainProjectPath $(MainProjectPath) -CleanFilePath $(CleanUsingMSBuildCopyOutputFileToFastDebugFile) -OutputFileToCopyList $(OutputFileToCopyList) -TargetFramework $(TargetFramework)"/>
3838
</Target>
3939

4040
<!--<Target Name="ParseLaunchSettings" AfterTargets="AfterBuild"

Code/UsingMSBuildCopyOutputFileToFastDebug/Program.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ public class CopyOutputFileOptions
3333

3434
[Option("OutputFileToCopyList")]
3535
public string OutputFileToCopyList { set; get; }
36+
37+
[Option("TargetFramework")]
38+
public string TargetFramework { set; get; }
3639
}
3740

3841
[Verb("Clean")]

build/Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.3.202</Version>
3+
<Version>1.3.203</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)