-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename source generator anchor to SetHandler
- Loading branch information
1 parent
4832a65
commit 1b174e1
Showing
14 changed files
with
240 additions
and
359 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
# clean up the previously-cached NuGet packages | ||
Remove-Item -Recurse ~\.nuget\packages\System.CommandLine* -Force | ||
|
||
# build and pack dotnet-interactive | ||
dotnet clean | ||
dotnet pack /p:PackageVersion=2.0.0-dev | ||
|
||
# copy the dotnet-interactive packages to the temp directory | ||
Get-ChildItem -Recurse -Filter *.nupkg | Copy-Item -Destination c:\temp -Force | ||
|
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
14 changes: 0 additions & 14 deletions
14
src/System.CommandLine.Generator/CommandHandlerGenerator.cs
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
src/System.CommandLine.Generator/CommandHandlerGeneratorExtensions.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.