Skip to content

Commit

Permalink
Install csharp parser tool during deplpyment
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu committed Jun 27, 2024
1 parent 3aeaae6 commit 7a1c6cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dotnet/APIView/apiview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ extends:
value: "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1"
- name: CosmosEmulatorConnectionString
value: "AccountEndpoint=https://localhost:8081/;AccountKey=C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw=="
- name: AzureSdkForNetDevOpsFeed
value: "https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json"
- name: TestingDataContainer
value: "https://apiviewuitest.blob.core.windows.net/testingdata"
- ${{ if ne(variables['System.TeamProject'], 'internal') }}:
Expand Down Expand Up @@ -311,6 +313,7 @@ extends:
echo Installing npm packages
call npm install --prefix D:\home\site\wwwroot --force
call npm run-script build --prefix D:\home\site\wwwroot --force
call dotnet tool install --global --add-source '$(AzureSdkForNetDevOpsFeed)' --version 1.0.0-dev.20240626.4 CSharpAPIParser
call D:\home\site\wwwroot\Python\python -m pip uninstall api-stub-generator
call D:\home\site\wwwroot\Python\python -m pip install pylint==2.13.9 pylint-guidelines-checker==0.0.6 api-stub-generator==0.3.2 --index-url "https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
enableCustomDeployment: true
Expand Down

0 comments on commit 7a1c6cd

Please sign in to comment.