Skip to content

Commit 5fbfccf

Browse files
authored
Merge pull request #1338 from microsoftgraph/ci/remove-dotnet-build
ci: removes dotnet build as it's redudant with the PR CI and often pushes us over the 1 hour time limit for the generation
2 parents 0789da9 + 65f6822 commit 5fbfccf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.azure-pipelines/generation-templates/dotnet-kiota.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,3 @@ steps:
1010
OutputFullPath: $(kiotaDirectory)/output/*
1111
RepoModelsDir: $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/Microsoft.Graph/Generated/
1212

13-
- pwsh: 'dotnet restore'
14-
displayName: Restore dependencies for ${{ parameters.repoName }}
15-
workingDirectory: $(Build.SourcesDirectory)/${{ parameters.repoName }}
16-
17-
- pwsh: 'dotnet build --configuration $(buildConfiguration) -f netstandard2.0 --no-restore'
18-
displayName: Build dll for ${{ parameters.repoName }}
19-
workingDirectory: $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/Microsoft.Graph/
20-

0 commit comments

Comments
 (0)