Skip to content

Commit

Permalink
Install JS API parser from local feed view (#9446)
Browse files Browse the repository at this point in the history
* Install JS API parser from local feed view

* Enable Go parser test
  • Loading branch information
praveenkuttappan authored Dec 2, 2024
1 parent f468e04 commit e61fd91
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/dotnet/APIView/apiview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
default: '@azure-tools/[email protected]'
- name: JavaScriptArtifactRegistry
type: string
default: 'https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-js/npm/registry/'
default: 'https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-js@local/npm/registry/'

trigger:
branches:
Expand Down Expand Up @@ -234,15 +234,15 @@ extends:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_MULTILEVEL_LOOKUP: 0
#- task: GoTool@0
# inputs:
# version: '$(GoVersion)'
# displayName: "Use Go $(GoVersion)"
#
#- script: |
# go test ./... -v
# workingDirectory: $(GoParserPackagePath)
# displayName: 'Test Go parser'
- task: GoTool@0
inputs:
version: '$(GoVersion)'
displayName: "Use Go $(GoVersion)"

- script: |
go test ./... -v
workingDirectory: $(GoParserPackagePath)
displayName: 'Test Go parser'
#- task: Palmmedia.reportgenerator.reportgenerator-build-release-task.reportgenerator@4
# condition: and(succeededOrFailed(), eq(variables['CollectCoverage'], 'true'))
Expand Down

0 comments on commit e61fd91

Please sign in to comment.