We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef4e4e commit adf3344Copy full SHA for adf3344
README.md
@@ -73,6 +73,9 @@ In your project's `global.json` add a `scripts` object:
73
},
74
"scriptShell": "pwsh", // Optional
75
"scripts": {
76
+ "clean": "dotnet r clean:*",
77
+ "clean:artifacts": "dotnet rimraf artifacts", // dotnet tool install rimraf
78
+ "clean:bin": "dotnet rimraf **/bin **/obj",
79
"build": "dotnet build --configuration Release",
80
"test": "dotnet test --configuration Release",
81
"ci": "dotnet r build && dotnet r test",
0 commit comments