Skip to content

Commit 758e8bb

Browse files
committed
add
1 parent f560494 commit 758e8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ build_dotnet:: install_plugins tfgen # build the dotnet sdk
101101
$(WORKING_DIR)/bin/$(TFGEN) dotnet --overlays provider/overlays/dotnet --out sdk/dotnet/
102102
cd sdk/dotnet/ && \
103103
echo "${DOTNET_VERSION}" >version.txt && \
104-
dotnet build /p:Version=${DOTNET_VERSION}
104+
dotnet build /p:Version=${DOTNET_VERSION}
105105

106106
build_go:: export PULUMI_SKIP_MISSING_MAPPING_ERROR := ${PULUMI_SKIP_ERROR}
107107
build_go:: install_plugins tfgen # build the go sdk

0 commit comments

Comments
 (0)