Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

This is a gitlab continuous integration example project compatible with the windows-based shared runners provided on gitlab.com building a .NET Core Windows Desktop project; mirror of the official repository https://gitlab.com/tobiaskoch/gitlab-ci-example-dotnetcore

License

t081as/gitlab-ci-example-dotnetcore-windows

Repository files navigation

GITLAB-CI EXAMPLE: DOTNET CORE WINDOWS

pipeline status maintained: yes donate: paypal


This is a gitlab continuous integration example project compatible with the windows-based shared runners provided on gitlab.com building a .NET Core Windows Desktop project.

This example repository uses Nuke Build to build the project.

Debug

The following commands will trigger a debug build:

> .\build.ps1

or

> .\build.ps1 --configuration Debug

Release

The following command will trigger a release build:

> .\build.ps1 --configuration Release
  • The nuke build script will create the following zip archives in the root directory of the repository:
    • MyProject-windows-any.zip (will require .NET Core Runtime 3.1)
    • MyProject-windows-i386.zip (will not require .NET Core Runtime 3.1)
    • MyProject-windows-amd64.zip (will not require .NET Core Runtime 3.1)

Image

Thanks to the Tango Desktop Project for the repository icon.

Contributing

see CONTRIBUTING.md

Donating

Thanks for your interest in this project. You can show your appreciation and support further development by donating.

License

gitlab-ci-example-dotnetcore-windows © 2019-2020 Tobias Koch. Released under the MIT License.

About

This is a gitlab continuous integration example project compatible with the windows-based shared runners provided on gitlab.com building a .NET Core Windows Desktop project; mirror of the official repository https://gitlab.com/tobiaskoch/gitlab-ci-example-dotnetcore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published