We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f560494 commit 758e8bbCopy full SHA for 758e8bb
Makefile
@@ -101,7 +101,7 @@ build_dotnet:: install_plugins tfgen # build the dotnet sdk
101
$(WORKING_DIR)/bin/$(TFGEN) dotnet --overlays provider/overlays/dotnet --out sdk/dotnet/
102
cd sdk/dotnet/ && \
103
echo "${DOTNET_VERSION}" >version.txt && \
104
- dotnet build /p:Version=${DOTNET_VERSION}
+ dotnet build /p:Version=${DOTNET_VERSION}
105
106
build_go:: export PULUMI_SKIP_MISSING_MAPPING_ERROR := ${PULUMI_SKIP_ERROR}
107
build_go:: install_plugins tfgen # build the go sdk
0 commit comments