Skip to content

Commit d999115

Browse files
Install nuget-inspector in CI
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 4292207 commit d999115

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

README-dev.rst

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,21 @@ And then run::
5252
And review the ``nuget-inspector.json`` JSON output file with its resolved dependencies.
5353
Note that the output data structure is evolving and not final.
5454

55+
Developement
56+
-------------
57+
58+
Getting started for development:
59+
60+
- Install the .NET SDK 6.x from https://dotnet.microsoft.com/en-us/download/dotnet/6.0
61+
- Install the VSCode from https://code.visualstudio.com/
62+
- Install the extension: C# for Visual Studio Code (powered by OmniSharp)
63+
from https://code.visualstudio.com/Docs/languages/csharp
64+
65+
To run the tests:
5566

67+
- Run ``./build.sh`` to create a Linux build
68+
- Run ``./configure --dev`` once to setup the Python evnvironment used for testing
69+
- Run pytest with: ``venv/bin/pytest -vvs``
5670

5771
License
5872
-------------

etc/ci/azure-posix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
inputs:
2828
versionSpec: '${{ pyver }}'
2929
architecture: '${{ parameters.python_architecture }}'
30-
displayName: '${{ pyver }} - Install Python'
30+
displayName: '${{ pyver }} - Install Python and nuget-inspector'
3131

3232
- script: |
33+
./build.sh
3334
python${{ pyver }} --version
3435
echo "python${{ pyver }}" > PYTHON_EXECUTABLE
3536
./configure --clean && ./configure --dev

0 commit comments

Comments
 (0)