Setting up a .NET Application



Search Results

Below is a simple configuration for a .NET application. You can pass environment variables to the application here as well if you wish. The standard Probo.CI Environment Variables are available as well.

1
2
3
4
5
6
7
8
9
10
11
type: dotnet
dotnet: 9
database: mssql

steps:
  - name: Setup and Build Application
    plugin: Dotnet
    subDirectory: MyApp
    environment:
      VARIABLEA: VALUEA
      VARIABLEB: VALUEB
Get Started with Probo.CI

Want to Try Probo today?
Get Started Fast!.

When you sign up for a Probo.CI registration code, you will get a two week trial of the plan of your choosing. For more information on how to get started, click here .

LEARN MORE ABOUT PROBO.CI'S PRICING