diff --git a/.azure-pipelines/generation-templates/dotnet-kiota.yml b/.azure-pipelines/generation-templates/dotnet-kiota.yml index d504014aa..f2f682495 100644 --- a/.azure-pipelines/generation-templates/dotnet-kiota.yml +++ b/.azure-pipelines/generation-templates/dotnet-kiota.yml @@ -10,11 +10,3 @@ steps: OutputFullPath: $(kiotaDirectory)/output/* RepoModelsDir: $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/Microsoft.Graph/Generated/ -- pwsh: 'dotnet restore' - displayName: Restore dependencies for ${{ parameters.repoName }} - workingDirectory: $(Build.SourcesDirectory)/${{ parameters.repoName }} - -- pwsh: 'dotnet build --configuration $(buildConfiguration) -f netstandard2.0 --no-restore' - displayName: Build dll for ${{ parameters.repoName }} - workingDirectory: $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/Microsoft.Graph/ -