dotnet: rework CLR_KEYFILE management
- Move tools/netstandard to tools/dotnet - Create Strong Name Keyfile using dotnet. - Protect against space in DOTNET_BIN
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -82,9 +82,6 @@ cache/
|
||||
**/.vscode/*
|
||||
.DS_Store
|
||||
|
||||
tools/netstandard/CreateSigningKey/bin
|
||||
tools/netstandard/CreateSigningKey/obj
|
||||
|
||||
**/.vs/*
|
||||
**/dotnet-test/*
|
||||
|
||||
@@ -100,4 +97,8 @@ examples/dotnet/**/obj
|
||||
ortools/dotnet/**/bin
|
||||
ortools/dotnet/**/obj
|
||||
ortools/dotnet/**/packages
|
||||
|
||||
tools/dotnet/CreateSigningKey/bin
|
||||
tools/dotnet/CreateSigningKey/obj
|
||||
|
||||
*.userprefs
|
||||
|
||||
Reference in New Issue
Block a user