File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"run-script" : {
6
- "version" : " 0.3.0 " ,
6
+ "version" : " 0.4.0-beta.256 " ,
7
7
"commands" : [
8
8
" r"
9
9
]
Original file line number Diff line number Diff line change 25
25
"pack:release" : " dotnet r pack -- --configuration Release" ,
26
26
27
27
// integration tests
28
- "integration:ci" : " dotnet r clean && dotnet r clean:bin && dotnet build && dotnet test --no-build" ,
28
+ "integration:ci" : " dotnet r clean clean:bin && dotnet build && dotnet test --no-build" ,
29
29
30
30
// test scripts
31
- "info" : " dotnet r dotnet:version && dotnet r dotnet:info" ,
31
+ "info" : " dotnet r dotnet:version dotnet:info" ,
32
32
"dotnet:info" : " dotnet --info" ,
33
33
"dotnet:version" : " dotnet --version" ,
34
34
"prestuff" : " pwsh -c echo \" `u{001b}[34mpre-stuff`u{001b}[0m\" " ,
You can’t perform that action at this time.
0 commit comments