-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: mainline
Are you sure you want to change the base?
Readme updates to show others how to test locally. #5
Conversation
#!/bin/bash | ||
|
||
cd ../smartsheet-csharp-sdk/mock-api-test-sdk-net60/ | ||
dotnet build --configuration Release --no-restore |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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!
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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!
Updating the readme for users that wish to test locally.