Skip to content

Commit

Permalink
Remove make dep
Browse files Browse the repository at this point in the history
  • Loading branch information
UnstoppableMango committed Jun 3, 2024
1 parent 89da768 commit 233608d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ provider/scripts/vendor/pulumi-schema.d.ts: .awsx.version
yarn link --cwd sdk/nodejs/bin
@touch $@

.make/install_dotnet_sdk: .make/build_dotnet
.make/install_dotnet_sdk:
@mkdir -p nuget
find sdk/dotnet/bin -name '*.nupkg' -print -exec cp -p {} ${WORKING_DIR}/nuget \;
if ! dotnet nuget list source | grep ${WORKING_DIR}; then \
Expand Down

0 comments on commit 233608d

Please sign in to comment.