mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-09-18 14:02:42 +08:00
Feat/net6.0 upgrade (#1558)
* +semver: major upgrading from net5.0 to net6.0 * packages upgraded * removed global.json for ocelot sf sample * update build image * test new build * remove make * fix tests * make test fail like in CI * tests passing locally * updated docs Co-authored-by: TGP <thomasgardham-pallister@Thomass-MacBook-Pro-2.local>
This commit is contained in:
@@ -1,24 +1,7 @@
|
||||
Tests
|
||||
=====
|
||||
|
||||
The tests should all just run and work apart from the integration tests which need the following
|
||||
environmental variables setting. This is a manual step at the moment.
|
||||
|
||||
``OCELOT_USERNAME=admin``
|
||||
|
||||
``OCELOT_HASH=kE/mxd1hO9h9Sl2VhGhwJUd9xZEv4NP6qXoN39nIqM4=``
|
||||
|
||||
``OCELOT_SALT=zzWITpnDximUNKYLiUam/w==``
|
||||
|
||||
On windows you can use..
|
||||
|
||||
``SETX OCELOT_USERNAME admin``
|
||||
|
||||
On mac..
|
||||
|
||||
``export OCELOT_USERNAME=admin``
|
||||
|
||||
I need to work out a nicer way of doing this in the future.
|
||||
The tests should all just run and work as part of the build process. You can of course also run them in visual studio.
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user