Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit de5ce71

Browse files
committed
Fix build error caused by new validation in .NET
1 parent 9c89f88 commit de5ce71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/release-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ stages:
9595
parameters:
9696
vstsFeedName: ${{variables.internalFeed}}
9797

98-
- pwsh: dotnet publish --no-restore --runtime $(rid) --self-contained true --configuration $(buildConfiguration) --output $(outputDir)
98+
- pwsh: dotnet publish ./src/msgraph-cli.csproj --no-restore --runtime $(rid) --self-contained true --configuration $(buildConfiguration) --output $(outputDir)
9999
workingDirectory: $(Build.SourcesDirectory)
100100
displayName: DotNet publish
101101

0 commit comments

Comments
 (0)