Re-write
This commit is contained in:
13
package.json
13
package.json
@ -1,12 +1,17 @@
|
||||
{
|
||||
"scripts": {
|
||||
"AmazonUsername": "phares36@gmail.com",
|
||||
"AmazonPassword":"JlPhgtv@63",
|
||||
"Alpha": "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
||||
"build": "dotnet build --runtime win-x64 --self-contained",
|
||||
"cobertura": "ReportGenerator -reports:.vscode/TestResults/*/coverage.cobertura.xml -targetDir:.vscode/ReportGenerator/Cobertura/1d194f36-30a9-40e0-bf72-2ac275bd2fe2 -reportTypes:Cobertura",
|
||||
"cobertura-rename": "node -e \"require('fs').rename('.vscode/ReportGenerator/Cobertura/1d194f36-30a9-40e0-bf72-2ac275bd2fe2/Cobertura.xml', '.vscode/ReportGenerator/Cobertura/1d194f36-30a9-40e0-bf72-2ac275bd2fe2/coverage.cobertura.xml', function(err) { if (err) console.log(err); console.log('File successfully renamed!') })\"",
|
||||
"dotnet-format": "dotnet format --report .vscode --verbosity detailed --severity warn",
|
||||
"pull": "git pull",
|
||||
"garbage-collect": "git gc",
|
||||
"html-Dark": "ReportGenerator -reports:.vscode/TestResults/*/coverage.cobertura.xml -targetDir:.vscode/ReportGenerator/Html_Dark/1d194f36 -reportTypes:Html_Dark",
|
||||
"html-Dark-rename": "node -e \"require('fs').rename('.vscode/ReportGenerator/html_dark/1d194f36/index.htm', '.vscode/ReportGenerator/html_dark/1d194f36/_ index.htm', function(err) { if (err) console.log(err); console.log('File successfully renamed!') })\"",
|
||||
"jsonSummary": "ReportGenerator -reports:.vscode/TestResults/*/coverage.cobertura.xml -targetDir:.vscode/ReportGenerator/JsonSummary/1d194f36 -reportTypes:JsonSummary",
|
||||
"markdownSummary": "ReportGenerator -reports:.vscode/TestResults/*/coverage.cobertura.xml -targetDir:.vscode/ReportGenerator/MarkdownSummary/1d194f36 -reportTypes:MarkdownSummary",
|
||||
"pull": "git pull",
|
||||
"textSummary": "ReportGenerator -reports:.vscode/TestResults/*/coverage.cobertura.xml -targetDir:.vscode/ReportGenerator/TextSummary/1d194f36 -reportTypes:TextSummary",
|
||||
"A-Instance-Pictures": "set ASPNETCORE_ENVIRONMENT=Development&& dotnet run --project \"Instance\\Instance.csproj\" --runtime win-x64 --no-self-contained \"C:\\Tmp\\phares\\Pictures\" s",
|
||||
"B-Instance-Images--": "dotnet run --project \"Instance\\Instance.csproj\" --runtime win-x64 --no-self-contained \"D:\\Images\" s",
|
||||
"A-Shared-Build": "dotnet build \"Shared\\View-by-Distance.Shared.csproj\" --runtime win-x64 --no-self-contained",
|
||||
@ -17,6 +22,8 @@
|
||||
"Z-Instance-CUDA-Publish-": "dotnet publish \"Instance\\Instance.csproj\" --configuration Release --runtime win-x64 --verbosity normal --self-contained true -o \"D:\\net6.0\\View-by-Distance\\Instance-CUDA\\\""
|
||||
},
|
||||
"Notes": {
|
||||
"AmazonUsername": "phares36@gmail.com",
|
||||
"AmazonPassword": "JlPhgtv@63",
|
||||
"a": "Keep creating the .json file the same way",
|
||||
"b": "However load all .json files at the beginning",
|
||||
"c": "When looping through all files and file not in collection path&name or date is different from collection value",
|
||||
|
Reference in New Issue
Block a user