コード例 #1
0
    public void ScAdapterServiceDotNetCore()
    {
        var targetDirectory = ProjectDirectory.GetSandboxPath(nameof(ScAdapterServiceDotNetCore));

        VerifyAndBuild("scadapterwinservice", targetDirectory, new Dictionary <string, string>
        {
            { "framework", "netcoreapp3.1" }
        });
    }
コード例 #2
0
    public void NServiceBusWindowsServiceDotNetCore()
    {
        var targetDirectory = ProjectDirectory.GetSandboxPath(nameof(NServiceBusWindowsServiceDotNetCore));

        VerifyAndBuild("nsbwinservice", targetDirectory, new Dictionary <string, string>
        {
            { "framework", "netcoreapp3.1" }
        });
    }
コード例 #3
0
    public void ScAdapterServiceDiffFramework()
    {
        var targetDirectory = ProjectDirectory.GetSandboxPath(nameof(ScAdapterServiceDiffFramework));

        VerifyAndBuild("scadapterwinservice", targetDirectory, new Dictionary <string, string>
        {
            { "framework", "net462" }
        });
    }
コード例 #4
0
    public void ScAdapterService()
    {
        var targetDirectory = ProjectDirectory.GetSandboxPath(nameof(ScAdapterService));

        VerifyAndBuild("scadapterwinservice", targetDirectory);
    }
コード例 #5
0
    public void NServiceBusDockerContainer()
    {
        var targetDirectory = ProjectDirectory.GetSandboxPath(nameof(NServiceBusDockerContainer));

        VerifyAndBuild("nsbdockercontainer", targetDirectory);
    }
コード例 #6
0
    public void NServiceBusWindowsService()
    {
        var targetDirectory = ProjectDirectory.GetSandboxPath(nameof(NServiceBusWindowsService));

        VerifyAndBuild("nsbwinservice", targetDirectory);
    }