From 651af2292cff0a1b0625eba895e90189585e439b Mon Sep 17 00:00:00 2001 From: Praveen Kuttappan Date: Mon, 2 Dec 2024 11:49:02 -0500 Subject: [PATCH 1/2] Install JS API parser from local feed view --- src/dotnet/APIView/apiview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet/APIView/apiview.yml b/src/dotnet/APIView/apiview.yml index 15e522ff089..ab17516c5c2 100644 --- a/src/dotnet/APIView/apiview.yml +++ b/src/dotnet/APIView/apiview.yml @@ -10,7 +10,7 @@ parameters: default: '@azure-tools/ts-genapi@2.0.3' - 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: From 069348f8398566fd553fa0beaacace511af7bac1 Mon Sep 17 00:00:00 2001 From: Praveen Kuttappan Date: Mon, 2 Dec 2024 12:16:15 -0500 Subject: [PATCH 2/2] Enable Go parser test --- src/dotnet/APIView/apiview.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/dotnet/APIView/apiview.yml b/src/dotnet/APIView/apiview.yml index ab17516c5c2..f5908e10038 100644 --- a/src/dotnet/APIView/apiview.yml +++ b/src/dotnet/APIView/apiview.yml @@ -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'))