File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cli/azd/extensions/microsoft.azd.extensions/internal/resources/languages Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ for PLATFORM in "${PLATFORMS[@]}"; do
66
66
else
67
67
RUNTIME=" linux-$ARCH "
68
68
fi
69
- PROJECT_FILE=" $EXTENSION_DIR / azd-extension.csproj"
69
+ PROJECT_FILE=" azd-extension.csproj"
70
70
71
71
# Run dotnet publish for single file executable
72
72
dotnet publish \
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ foreach ($PLATFORM in $PLATFORMS) {
61
61
if ($env: EXTENSION_LANGUAGE -eq " dotnet" ) {
62
62
# Set runtime identifier for .NET
63
63
$RUNTIME = if ($OS -eq " windows" ) { " win-$ARCH " } elseif ($OS -eq " darwin" ) { " osx-$ARCH " } else { " linux-$ARCH " }
64
- $PROJECT_FILE = " $ azd -extension.csproj"
64
+ $PROJECT_FILE = " azd-extension.csproj"
65
65
66
66
# Run dotnet publish for single file executable
67
67
dotnet publish `
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ for PLATFORM in "${PLATFORMS[@]}"; do
66
66
else
67
67
RUNTIME=" linux-$ARCH "
68
68
fi
69
- PROJECT_FILE=" $EXTENSION_DIR / azd-extension.csproj"
69
+ PROJECT_FILE=" azd-extension.csproj"
70
70
71
71
# Run dotnet publish for single file executable
72
72
dotnet publish \
You can’t perform that action at this time.
0 commit comments