We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0789da9 + 65f6822 commit 5fbfccfCopy full SHA for 5fbfccf
.azure-pipelines/generation-templates/dotnet-kiota.yml
@@ -10,11 +10,3 @@ steps:
10
OutputFullPath: $(kiotaDirectory)/output/*
11
RepoModelsDir: $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/Microsoft.Graph/Generated/
12
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