Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachielsc committed Jan 24, 2024
1 parent fcb93b3 commit b90b461
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 174 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#ignore thumbnails created by windows
# ignore thumbnails created by windows
Thumbs.db
#OSX/Linux Stuff
*.DS_Store
*.swp
*.swo
#Ignore files build by Visual Studio

# ignore files build by Visual Studio
*.obj
*.exe
!.nuget/Nuget.exe
Expand Down Expand Up @@ -63,3 +64,6 @@ samples/ReadMe/Provider.Tests/Properties/launchSettings.json
samples/ReadMe/Provider/Properties/launchSettings.json

.idea/

# ignore contract files created by Pact
**/pacts/
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ Watch our [series](https://www.youtube.com/playlist?list=PLwy9Bnco-IpfZ72VQ7hce8

### Charles' notes
To build this solution itself, we need to run the sh commend within the build folder (see the CI steps in .github folder)
To do this on a Windows machine, we can open a Git Bash and run this command ```bash -c "build/download-native-libs.sh"```
To do this on a Windows machine, we can open a Git Bash and run this command:
```bash
bash -c "build/download-native-libs.sh"
```

![----------](https://raw.githubusercontent.com/pactumjs/pactum/master/assets/rainbow.png)

Expand Down
171 changes: 0 additions & 171 deletions samples/OrdersApi/Consumer.Tests/pacts/Fulfilment API-Orders API.json

This file was deleted.

0 comments on commit b90b461

Please sign in to comment.