Skip to content

Commit

Permalink
address review remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik committed Jan 7, 2023
1 parent c1fcc8f commit 83000f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions eng/pipelines/apiview-review-gen-swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
displayName: Setup working directory for Swagger Parser.
- template: /eng/pipelines/templates/steps/install-dotnet.yml
parameters:
DotNetCoreVersion: ${{ parameters.DotNetCoreVersion }}

- script: >
dotnet tool install
Expand Down
2 changes: 0 additions & 2 deletions src/dotnet/Mgmt.CI.BuildTools/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ stages:

steps:
- template: /eng/pipelines/templates/steps/install-dotnet.yml
parameters:
DotNetCoreVersion: $(DotNetCoreVersion)

- script: 'dotnet pack $(ProjectFile) -o $(Build.ArtifactStagingDirectory) -warnaserror $(VersioningProps)'
displayName: 'Build and Package'
Expand Down

0 comments on commit 83000f7

Please sign in to comment.