Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme updates to show others how to test locally. #5

Open
wants to merge 3 commits into
base: mainline
Choose a base branch
from

Conversation

timothodge
Copy link

@timothodge timothodge commented Jul 28, 2023

Updating the readme for users that wish to test locally.

README.md Show resolved Hide resolved
#!/bin/bash

cd ../smartsheet-csharp-sdk/mock-api-test-sdk-net60/
dotnet build --configuration Release --no-restore

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on a fresh fork i had to run dotnet restore before this build would work

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will add it to the script. Thanks for testing!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK @rzaracota should be better now. Feel free to take a look.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just manually verified these steps from a new clone!

#!/bin/bash

cd ../smartsheet-csharp-sdk/mock-api-test-sdk-net60/
dotnet build --configuration Release --no-restore

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just manually verified these steps from a new clone!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants