-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ComputeDeltaFileOutputNames use nuget version
The Microsoft.DotNet.HotReload.Utils.Generator.BuildTool nuget now includes a task to compute the output names. So the targets in the nuget are entirely self-contained now - incremental builds and project references should work now. Bump to version 1.0.1 of Generator.BuildTool which has the necessary targets
- Loading branch information
1 parent
003b3dc
commit b5b2b81
Showing
9 changed files
with
14 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 11 additions & 1 deletion
12
src/libraries/System.Runtime.Loader/tests/ApplyUpdate/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<Project> | ||
<Import Project="..\..\Directory.Build.props" /> | ||
|
||
<Import Project="..\GenerateHotReloadDelta.props" /> | ||
<ItemGroup> | ||
<!-- This package from https://github.com/dotnet/hotreload-utils provides | ||
targets that read the json delta script and generates deltas based on the baseline assembly and the modified sources. | ||
Projects must define the DeltaScript property that specifies the (relative) path to the json script. | ||
Deltas will be emitted next to the output assembly. Deltas will be copied when the current | ||
project is referenced from other other projects. | ||
--> | ||
<PackageReference Include="Microsoft.DotNet.HotReload.Utils.Generator.BuildTool" Version="$(MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion)" /> | ||
</ItemGroup> | ||
|
||
</Project> |
2 changes: 0 additions & 2 deletions
2
src/libraries/System.Runtime.Loader/tests/ApplyUpdate/Directory.Build.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
<Project> | ||
<Import Project="..\..\..\Directory.Build.targets" /> | ||
|
||
<Import Project="..\GenerateHotReloadDelta.targets" /> | ||
</Project> |
55 changes: 0 additions & 55 deletions
55
...tem.Runtime.Loader/tests/GenerateHotReloadDelta.BuildTasks/ComputeDeltaFileOutputNames.cs
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
...raries/System.Runtime.Loader/tests/GenerateHotReloadDelta.BuildTasks/DeltaScriptParser.cs
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...e.Loader/tests/GenerateHotReloadDelta.BuildTasks/GenerateHotReloadDelta.BuildTasks.csproj
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
src/libraries/System.Runtime.Loader/tests/GenerateHotReloadDelta.props
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
src/libraries/System.Runtime.Loader/tests/GenerateHotReloadDelta.targets
This file was deleted.
Oops, something went wrong.