Commit Graph

15 Commits

Author SHA1 Message Date
Boshi Lian
adbf587970 skip dup when push (#825) 2022-04-04 16:35:36 -07:00
Boshi Lian
541a2f5630 support gh nuget (#817) 2022-04-04 11:28:11 -07:00
Boshi Lian
8e8619130a netstandard2 extendable lib model, basic rest (#793)
* first lib model

* add missing files

* happy test

* add vanilla rest for extend

* fix new url pattern

* address comments

* add v to tag

* bump ver

* add missing file when ren

* support multi pkg

* fix gh action

* fix env var

* ren title

* use gh action to set ver

* remove unused

* remove unused
2022-03-23 16:25:20 -07:00
Boshi Lian
d49a3f09be new release strategy (#784)
* add draft

* nuget when release

* no release
2022-02-24 14:14:14 -08:00
Max Horstmann
19d750c8bf Clean up NuGet workflow (#768)
* create release (disable nuget push for now)

* nudge

* skip tests

* use Powershell because Windows runner

* gh version outdated?

* try ubuntu?

* Revert "try ubuntu?"

This reverts commit ee256b1d4709e74e5ebd2d32842d47260616c320.

* install it via choco?

* different command

* Revert "different command"

This reverts commit 55f31bdb5d28f4acbf942c1db5fbdcfc412a8eca.

* ooh it just needs GITHUB_TOKEN

* clean up, add comment

* move further down

* re-enable everything

* indent

* fix RegEx so that it supports higher version numbers

* debug

* Revert "debug"

This reverts commit 243b8208277390f1369645162d214fb55efe3682.

* confirmed that cli is on latest now. clean this up.

* nudge

* skip tests

* disable push

* Revert "disable push"

This reverts commit 143978d9e44972a502da3e8504e085d31c7669c7.

* Revert "skip tests"

This reverts commit 4362d21534f29262977cf121f1cea934ad90ec03.
2022-01-23 01:50:20 -08:00
Max Horstmann
0e7ddae917 Automatically create a matching release for every NuGet version (#759)
* Automatically create a matching release for every NuGet version
2022-01-11 08:31:19 -08:00
Boshi Lian
e45fa773ba add net6 targets (#745)
* add net6 targets

* move to net6 builtin format

* e2e target

* make codeql happy
2021-11-15 19:39:25 -08:00
Alex Vincent
0b9d6a6dd6 fix nuget symbols (#626) 2021-05-19 10:46:31 -07:00
Boshi Lian
225bb1f59b Gen v1.21.0 (#603)
* gen v1.21.0

* update version converter

* bump version to 5

* remove support of netstandard2.0

* update test dependency
2021-04-09 13:37:17 -07:00
Boshi Lian
b636eb4597 Update nuget.yaml (#522) 2020-11-18 08:30:06 -08:00
Boshi Lian
aac0b5eae9 remove old workaround for gh action (#508)
* update gh dot net

* fix title
2020-10-28 09:55:57 -07:00
Andy Kernahan
e90be77e42 Fix nuget's "Setup SxS dotnet" not being run. (#401) 2020-04-06 05:25:33 -07:00
Andy Kernahan
944622dd65 Upgrade to .NET Core SDK 3.1. (#395)
* Upgrade to .NET Core SDK 3.1.

* Add workaround for setup-dotnet not supporting SxS dotnet installs.

* Specify explicit fetch depth of 0 for Nerdbank.GitVersioning.

* Make step names consistent across workflows.

* Coerce robocopy's exit code when it does not indicate an error.

* Make robocopy as quiet as possible.
2020-04-06 02:51:48 -07:00
Boshi Lian
c1bab3caed following up after switching to gh action (#367)
* disable az pipeline

* disable ci coverage report

* do test before push

* remove push nuget from travis

* fix coverage ignore
2020-03-13 21:58:34 -07:00
Boshi Lian
c8de0ca263 Introduce githuh action (#364)
* gh build and test

* fix dotnet env

* fix DisposeWatch test fickle

* mini 0??

* nuget push from gh
2020-03-10 15:19:57 -07:00