Commit Graph

24 Commits

Author SHA1 Message Date
Boshi Lian
6f4c47963a add v to tag (#796) 2022-03-20 11:03:08 -07:00
Boshi Lian
d49a3f09be new release strategy (#784)
* add draft

* nuget when release

* no release
2022-02-24 14:14:14 -08:00
Boshi Lian
8a39035055 fix flaky logger (#782)
* fix flaky logger

* update env related dep

* build info
2022-02-20 14:34:10 -08:00
Boshi Lian
408610fce8 fix codeql (#780) 2022-02-15 15:37:18 -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
250a45741e move all generated code to c# source generator (#756)
* remove the dependency of unprocessed swagger file

* all code generator

* good bye generated code

* remove generator cmd from sln

* eliminate generated folder

* fix multi target build

* disable dotnet fmt due to cannot load lib generator

* fix race

* fix race for multi target
2021-12-22 17:16:44 -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
Boshi Lian
3643250f40 use net5 certificate api instead of 3rd api (#733)
* use net api for cert loading

* codeql happy?
2021-10-20 06:57:58 -07: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
0ccf01b7bb remove always false (#561)
* remove always false

* remove unsupport format arg
2021-02-17 08:25:09 -08:00
Brendan Burns
8003ab0ee8 Create codeql-analysis.yml (#519)
* Create codeql-analysis.yml

* fix pull.

* Update codeql-analysis.yml

* Create global.json
2020-11-18 17:26:50 -08:00
Boshi Lian
b636eb4597 Update nuget.yaml (#522) 2020-11-18 08:30:06 -08:00
Boshi Lian
f59c13da0e Allow multi patch http content type header (#521)
* header from obj

* update git version mod

* remove json patch test

* test for json patch
2020-11-17 10:38:05 -08:00
Boshi Lian
af7be8603a E2E test with minikube on gh action (#513)
* add minikube as e2e test server

* fix format

* update env

* force no skip

* fix then

* finish skip test

* add skip blocker

* fix path

* output skipped case

* enable test env var

* final merge

* add missing file
2020-11-01 12:30:51 -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
Brendan Burns
c1de779933 Add in formatting pre-check. (#431) 2020-04-22 12:15:45 -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
Boshi Lian
03491df7fa Update test.yaml (#337) 2019-12-20 21:41:33 -08:00
Brendan Burns
aadeb74af9 Add an initial github action. (#324)
* Add a new workflow.

* Update gitignore.
2019-11-08 22:03:39 -08:00