Create nuove solutions + fix jenkinsfile x primi testing deploy
This commit is contained in:
Vendored
+17
-17
@@ -112,23 +112,23 @@ pipeline {
|
||||
]
|
||||
)
|
||||
}
|
||||
else if (env.BRANCH_NAME == "master") {
|
||||
nexusArtifactUploader(
|
||||
nexusVersion: 'nexus3',
|
||||
protocol: 'https',
|
||||
nexusUrl: 'repository.scmgroup.com',
|
||||
//groupId: 'SOUR',
|
||||
version: "${env.versionNumber}",
|
||||
repository: 'mconnect-nuget',
|
||||
credentialsId: 'b1dcea22-0d35-4092-80a1-973e6be41c78',
|
||||
artifacts: [
|
||||
[artifactId: 'MConnectSDK',
|
||||
classifier: "${env.classifier}",
|
||||
file: "Rilasci\\MConnectSDK.${env.versionNumber}.nupkg",
|
||||
type: 'nupkg']
|
||||
]
|
||||
)
|
||||
}
|
||||
// else if (env.BRANCH_NAME == "master") {
|
||||
// nexusArtifactUploader(
|
||||
// nexusVersion: 'nexus3',
|
||||
// protocol: 'https',
|
||||
// nexusUrl: 'repository.scmgroup.com',
|
||||
// //groupId: 'SOUR',
|
||||
// version: "${env.versionNumber}",
|
||||
// repository: 'mconnect-nuget',
|
||||
// credentialsId: 'b1dcea22-0d35-4092-80a1-973e6be41c78',
|
||||
// artifacts: [
|
||||
// [artifactId: 'MConnectSDK',
|
||||
// classifier: "${env.classifier}",
|
||||
// file: "Rilasci\\MConnectSDK.${env.versionNumber}.nupkg",
|
||||
// type: 'nupkg']
|
||||
// ]
|
||||
// )
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,24 +3,16 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.28803.352
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClient", "TestClient\TestClient.csproj", "{A42668DD-CAD7-4E8B-8ED7-B364E84E097C}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MConnectSDK", "MConnectSDK\MConnectSDK.csproj", "{56A85258-2AA0-4AED-BF9C-3BE809C4F829}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MCC_xUnit", "MCC_xUnit\MCC_xUnit.csproj", "{EE0C1952-BF58-4A65-AF0D-61D4E7AE0C7A}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestCliNuget", "TestCliNuget\TestCliNuget.csproj", "{38D29F95-0806-47F5-AC53-6CEA4325248F}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{A42668DD-CAD7-4E8B-8ED7-B364E84E097C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{A42668DD-CAD7-4E8B-8ED7-B364E84E097C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{A42668DD-CAD7-4E8B-8ED7-B364E84E097C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A42668DD-CAD7-4E8B-8ED7-B364E84E097C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{56A85258-2AA0-4AED-BF9C-3BE809C4F829}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{56A85258-2AA0-4AED-BF9C-3BE809C4F829}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{56A85258-2AA0-4AED-BF9C-3BE809C4F829}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
@@ -29,10 +21,6 @@ Global
|
||||
{EE0C1952-BF58-4A65-AF0D-61D4E7AE0C7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{EE0C1952-BF58-4A65-AF0D-61D4E7AE0C7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{EE0C1952-BF58-4A65-AF0D-61D4E7AE0C7A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{38D29F95-0806-47F5-AC53-6CEA4325248F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{38D29F95-0806-47F5-AC53-6CEA4325248F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{38D29F95-0806-47F5-AC53-6CEA4325248F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{38D29F95-0806-47F5-AC53-6CEA4325248F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.28803.352
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestCliNuget", "TestCliNuget\TestCliNuget.csproj", "{38D29F95-0806-47F5-AC53-6CEA4325248F}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{38D29F95-0806-47F5-AC53-6CEA4325248F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{38D29F95-0806-47F5-AC53-6CEA4325248F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{38D29F95-0806-47F5-AC53-6CEA4325248F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{38D29F95-0806-47F5-AC53-6CEA4325248F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {8B46D635-B3F9-4493-98DA-A67798B7CC28}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -0,0 +1,31 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.28803.352
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClient", "TestClient\TestClient.csproj", "{A42668DD-CAD7-4E8B-8ED7-B364E84E097C}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MConnectSDK", "MConnectSDK\MConnectSDK.csproj", "{56A85258-2AA0-4AED-BF9C-3BE809C4F829}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{A42668DD-CAD7-4E8B-8ED7-B364E84E097C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{A42668DD-CAD7-4E8B-8ED7-B364E84E097C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{A42668DD-CAD7-4E8B-8ED7-B364E84E097C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A42668DD-CAD7-4E8B-8ED7-B364E84E097C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{56A85258-2AA0-4AED-BF9C-3BE809C4F829}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{56A85258-2AA0-4AED-BF9C-3BE809C4F829}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{56A85258-2AA0-4AED-BF9C-3BE809C4F829}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{56A85258-2AA0-4AED-BF9C-3BE809C4F829}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {8B46D635-B3F9-4493-98DA-A67798B7CC28}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user