Skip to content

This repository contains the integration tests for the nBuildKit.MsBuild, testing the oldest supported version of the configuration scripts against a C# Visual Studio solution

License

Notifications You must be signed in to change notification settings

nbuildkit/Test.Integration.Oldest.MsBuild.CSharp

Repository files navigation

Test.Integration.Oldest.MsBuild.CSharp

This repository contains the integration tests for the nBuildKit.MsBuild, testing the oldest supported version of the configuration scripts against a C# Visual Studio solution

Building

In order to start the build execute the following commandline:

msbuild entrypoint.msbuild /t:build /p:DirUserSettings=tools /p:NBuildKitMinimumVersion=<MIN_VERSION> /p:NBuildKitMaximumVersion=<MAX_VERSION> /p:LocalNuGetRepository=<LOCAL_REPO>

In this commandline the provide:

  • <MIN_VERSION> The minimum version of nBuildKit against which the test should run
  • <MAX_VERSION> The maximum version of nBuildKIT against which the test should run.
  • <LOCAL_REPO> The NuGet feed for a local NuGet repository. It is expected that the version of nBuildKit which should be tested is in this repository.

About

This repository contains the integration tests for the nBuildKit.MsBuild, testing the oldest supported version of the configuration scripts against a C# Visual Studio solution

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages