File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -806,7 +806,7 @@ stages:
806806 - template : generation-templates/cli-kiota.yml
807807 parameters :
808808 repoName : msgraph-cli
809- projectFile : . /msgraph-cli.csproj
809+ projectFile : src /msgraph-cli.csproj
810810
811811- stage : stage_cli_beta_kiota
812812 dependsOn :
@@ -836,7 +836,7 @@ stages:
836836 - template : generation-templates/cli-kiota.yml
837837 parameters :
838838 repoName : msgraph-beta-cli
839- projectFile : . /msgraph-beta-cli.csproj
839+ projectFile : src /msgraph-beta-cli.csproj
840840
841841# - stage: stage_objc_v1
842842# dependsOn:
Original file line number Diff line number Diff line change 2323 inputs :
2424 command : restore
2525 includeNuGetOrg : true
26- workingDirectory : $(Build.SourcesDirectory)/${{ parameters.repoName }}
2726 restoreArguments : --use-lock-file --locked-mode ${{parameters.extraRestoreArgs}}
2827 restoreDirectory : ${{parameters.restorePath}}
28+ projects : $(Build.SourcesDirectory)/${{ parameters.repoName }}/${{ parameters.projectFile }}
2929
3030- pwsh : ' dotnet build --configuration $(buildConfiguration) --no-restore ${{ parameters.restorePath }} --runtime linux-x64'
3131 displayName : Build project ${{ parameters.repoName }}
You can’t perform that action at this time.
0 commit comments