TLSharp/.github/workflows
Andres Aragoneses cec35c6004 Run tests in CI (Windows OS only for now)
The reason for such a hack when runing in CI is because we
need to make sure we're using higher sequence numbers than
any previous times (and even previous runs of the test suite).

And we run 1 test only for now, later we will enable more.

Other notes:

The trick to extract secrets to files was taken from:
https://stackoverflow.com/a/59482124/544947

The binary-to-text encoding/decoding was taken from:
https://stackoverflow.com/a/42725926/544947

The way to add defines to DefineConstants for MSBuild:
https://stackoverflow.com/a/5053070/544947
2020-09-19 17:00:34 +08:00
..
CI.yml Run tests in CI (Windows OS only for now) 2020-09-19 17:00:34 +08:00
nugetUpload.yml nugetUpload: change baseVersion from 0.1.1 to 0.3.1 2020-09-11 17:15:25 +08:00