Skip to content

Commit 4931ee9

Browse files
committed
Use opentelemetry-dotnet-contrib.proj for nightly builds.
1 parent f19e046 commit 4931ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/scripts/build.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ function ResolveProjectForTag {
66
if ([string]::IsNullOrEmpty($tag))
77
{
88
# Scheduled builds. No tag, build solution.
9-
echo "title=opentelemetry-dotnet-contrib.sln" >> $env:GITHUB_OUTPUT
10-
echo "project=opentelemetry-dotnet-contrib.sln" >> $env:GITHUB_OUTPUT
9+
echo "title=opentelemetry-dotnet-contrib.proj" >> $env:GITHUB_OUTPUT
10+
echo "project=opentelemetry-dotnet-contrib.proj" >> $env:GITHUB_OUTPUT
1111
}
1212
else {
1313
$match = [regex]::Match($tag, '^(.*?-)(.*)$')

0 commit comments

Comments
 (0)