Created
March 3, 2026 09:19
-
-
Save ramonsmits/58bd97ce9079de7004dfc9e39f7e1a88 to your computer and use it in GitHub Desktop.
Run ServiceControl.Connector.MassTransit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REPO=ServiceControl.Connector.MassTransit | |
| PROJECT=$REPO/src/$REPO.Host | |
| git clone --branch 1.0.13 --depth=1 git@github.com:Particular/$REPO.git | |
| dotnet publish $PROJECT -c Release -o ./publish | |
| dotnet ./publish/$REPO.Host.dll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment