Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
Pantazis Deligiannis 32ba43287e
updates to ci (#236) 2021-10-15 09:52:31 -07:00
Pantazis Deligiannis 267a773fa2 fix in github actions 2020-09-22 08:31:02 -07:00
Pantazis Deligiannis 2e0cbdd6c0
edits in actions and badges (#53) 2020-09-22 08:23:59 -07:00
Pantazis Deligiannis 442bfe37e7 Merged PR 2903: support for task WaitAll/Any in rewriting
Related work items: #4874
2020-08-11 20:19:28 +00:00
Pantazis Deligiannis 030e8a5f59 Merged PR 2288: increment to version 1.0.10
Related work items: #4003
2020-06-03 19:09:52 +00:00
Pantazis Deligiannis 750c001c35 Merged PR 2283: optimize nuget packages and symbol packages
Sadly we cant optimize the CLI tool it seems: https://github.com/aspnet/Benchmarks/issues/589 ......
2020-06-02 23:43:42 +00:00
Pantazis Deligiannis 13d5b25dff Merged PR 2212: separated testing engine from core and added telemetry
Related work items: #3899
2020-06-02 20:09:25 +00:00
Chris Lovett 26561b651d Merged PR 1788: add metadata for dotnet tool
add metadata for dotnet tool and update documentation and tutorials to use this version of the tool, which makes things simpler.  The tool can be built using:
```
nuget pack .\Scripts\NuGet\Coyote.CLI.nuspec -OutputDirectory .\bin\nuget -Version 1.0.5
```
This results in a new nuget package named "Microsoft.CoyoteTool.1.0.3.nupkg", which can be installed using:
```
dotnet tool install --global --add-source ./bin/nuget Microsoft.Coyote.CLI
```
and now you can type "coyote" on the command line.
It is installed here: `C:\Users\Chris\.dotnet\tools\coyote.exe`.
and can be uninstalled with:
```
dotnet tool uninstall --global Microsoft.Coyote.CLI
```

Related work items: #2732
2020-04-23 17:54:58 +00:00
Chris Lovett adb94d3664 Merged PR 723: fix publish and build script
fix publish script

Related work items: #655
2020-02-28 19:32:24 -08:00
Pantazis Deligiannis 0912912484 Initial commit 2020-02-28 19:32:20 -08:00