Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Created April 1, 2020 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juucustodio/53fbeb0ab1d84558d375e44fc3a3a686 to your computer and use it in GitHub Desktop.
Save juucustodio/53fbeb0ab1d84558d375e44fc3a3a686 to your computer and use it in GitHub Desktop.
Example the pre-build script to App Center - https://julianocustodio.com/appcenter-dia11
#!/bin/bash
find $APPCENTER_SOURCE_DIRECTORY -name '*.sln' -print0 | xargs -0 -n1 nuget restore -DisableParallelProcessing
$CODE_SECTION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment