
ConclusionĬongratulations! We are done with the demo, and, hopefully, you were able to explore the project on our server or build it yourself. The web app will be available in your browser at Other apps and packages will be accessible in build artifacts of the "Build" configuration (see it on the demo server).

If you’ve been following the tutorial, now it’s time to trigger the "Deploy" build and wait while TeamCity consequently builds the whole chain:Īfter the successful deployment, you can launch Clock.Console apps in Docker using the following commands: docker pull /clock-consoleĭocker run -it -rm -p 5000:5000 /clock-web To connect the specific projects to the the NuGet packages with the common logic, you can use this NuGet source.


The " Pack" build configuration has only one. Or, fork the source repo and build the project yourself.Īfter we tested and built our applications for different platforms, we can finally pack and deploy them! Creating NuGet packages You can sign in as a guest and explore the build results. This project has already been built on the demo TeamCity server. To catch up with the demo, read the previous posts: In this series, we’ve been explaining how TeamCity can integrate with.
