From 1833f5b82b21bb88e10506d8c3b579789862bd4c Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Fri, 21 May 2021 16:39:26 +0530 Subject: [PATCH 01/73] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 000000000..af8f2b680 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,25 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + vmImage: ubuntu-latest + +steps: +- script: echo Hello, world! + displayName: 'Run a one-line script' + +- script: | + echo Add other tasks to build, test, and deploy your project. + echo See https://aka.ms/yaml + displayName: 'Run a multi-line script' +- task: ArtifactoryNuGet@2 + inputs: + command: 'restore' + artifactoryService: 'Kayal_Art' + targetResolveRepo: 'nuget' + solutionPath: '**/*.sln' From 3bbb3b5883ef3a1e710e6e959bb799a5faf75bc9 Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Fri, 21 May 2021 16:42:43 +0530 Subject: [PATCH 02/73] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines-1.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 azure-pipelines-1.yml diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml new file mode 100644 index 000000000..e22b0da23 --- /dev/null +++ b/azure-pipelines-1.yml @@ -0,0 +1,26 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + vmImage: ubuntu-latest + +steps: +- script: echo Hello, world! + displayName: 'Run a one-line script' + +- script: | + echo Add other tasks to build, test, and deploy your project. + echo See https://aka.ms/yaml + displayName: 'Run a multi-line script' +- task: ArtifactoryNuGet@2 + inputs: + command: 'restore' + artifactoryService: 'Kayal_Art' + targetResolveRepo: 'nuget' + solutionPath: '**/*.sln' + nugetProtocolVersion: 'v3' From 096508d42615cb834b294f3a743b89ef8ef15893 Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Sun, 23 May 2021 20:11:58 +0530 Subject: [PATCH 03/73] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index e22b0da23..af8f2b680 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -23,4 +23,3 @@ steps: artifactoryService: 'Kayal_Art' targetResolveRepo: 'nuget' solutionPath: '**/*.sln' - nugetProtocolVersion: 'v3' From a6afed7db97a62d9c51f9fd1e45213f07066f18b Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Tue, 25 May 2021 23:35:03 +0530 Subject: [PATCH 04/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index af8f2b680..a67f233f5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,3 +23,4 @@ steps: artifactoryService: 'Kayal_Art' targetResolveRepo: 'nuget' solutionPath: '**/*.sln' + nugetProtocolVersion: 'v3' \ No newline at end of file From 09f1d7f48d494058a61ee3899dae3a9a030f5855 Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Tue, 25 May 2021 23:57:28 +0530 Subject: [PATCH 05/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a67f233f5..af8f2b680 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,4 +23,3 @@ steps: artifactoryService: 'Kayal_Art' targetResolveRepo: 'nuget' solutionPath: '**/*.sln' - nugetProtocolVersion: 'v3' \ No newline at end of file From 20d7574816623e643096d74460b1b96183dac997 Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Wed, 26 May 2021 00:00:48 +0530 Subject: [PATCH 06/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index af8f2b680..e22b0da23 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,3 +23,4 @@ steps: artifactoryService: 'Kayal_Art' targetResolveRepo: 'nuget' solutionPath: '**/*.sln' + nugetProtocolVersion: 'v3' From f5f09c0535cf27737a7d596c27f8b09a9d117db7 Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Wed, 26 May 2021 01:41:52 +0530 Subject: [PATCH 07/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e22b0da23..af8f2b680 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,4 +23,3 @@ steps: artifactoryService: 'Kayal_Art' targetResolveRepo: 'nuget' solutionPath: '**/*.sln' - nugetProtocolVersion: 'v3' From d7cb06f4f3e28eb830f3a9665959877a312a7009 Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Wed, 26 May 2021 01:46:37 +0530 Subject: [PATCH 08/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index af8f2b680..36e039723 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,3 +23,5 @@ steps: artifactoryService: 'Kayal_Art' targetResolveRepo: 'nuget' solutionPath: '**/*.sln' + nugetProtocolVersion: 'v3' + From dc0246d0fc3105bdada95d8585b6f01e864ada83 Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Wed, 26 May 2021 01:52:45 +0530 Subject: [PATCH 09/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 36e039723..1fc0b8569 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,5 +23,4 @@ steps: artifactoryService: 'Kayal_Art' targetResolveRepo: 'nuget' solutionPath: '**/*.sln' - nugetProtocolVersion: 'v3' From 8ba0ebf65bd4d71181285f54aa9a0905ea3d68c8 Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Sun, 6 Jun 2021 20:37:01 +0530 Subject: [PATCH 10/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1fc0b8569..6f8d53dd7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ steps: echo Add other tasks to build, test, and deploy your project. echo See https://aka.ms/yaml displayName: 'Run a multi-line script' -- task: ArtifactoryNuGet@2 +- task: ArtifactoryNuGet@1 inputs: command: 'restore' artifactoryService: 'Kayal_Art' From 8198d46fad9f9eb34ca088ae98f237e344736c9b Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Mon, 7 Jun 2021 16:51:27 +0530 Subject: [PATCH 11/73] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines-2.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 azure-pipelines-2.yml diff --git a/azure-pipelines-2.yml b/azure-pipelines-2.yml new file mode 100644 index 000000000..b55b3294b --- /dev/null +++ b/azure-pipelines-2.yml @@ -0,0 +1,36 @@ +# Universal Windows Platform +# Build a Universal Windows Platform project using Visual Studio. +# Add steps that test and distribute an app, save build artifacts, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + vmImage: 'windows-latest' + +variables: + solution: '**/*.sln' + buildPlatform: 'x86|x64|ARM' + buildConfiguration: 'Release' + appxPackageDir: '$(build.artifactStagingDirectory)\AppxPackages\\' + +steps: +- task: NuGetToolInstaller@1 + +- task: NuGetCommand@2 + inputs: + restoreSolution: '$(solution)' + +- task: VSBuild@1 + inputs: + platform: 'x86' + solution: '$(solution)' + configuration: '$(buildConfiguration)' + msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload' +- task: ArtifactoryNuGet@2 + inputs: + command: 'restore' + artifactoryService: 'Kayal_Art' + targetResolveRepo: 'nuget' + solutionPath: '**/*.sln' From 987f7aa657fffa8fb795e7d92463bbf052886f1f Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Mon, 7 Jun 2021 18:09:20 +0530 Subject: [PATCH 12/73] Update azure-pipelines-2.yml --- azure-pipelines-2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-2.yml b/azure-pipelines-2.yml index b55b3294b..803d32959 100644 --- a/azure-pipelines-2.yml +++ b/azure-pipelines-2.yml @@ -28,7 +28,7 @@ steps: solution: '$(solution)' configuration: '$(buildConfiguration)' msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload' -- task: ArtifactoryNuGet@2 +- task: ArtifactoryNuGet@1 inputs: command: 'restore' artifactoryService: 'Kayal_Art' From 08e367d64fc64d25b9b8e4939ca021fa35ce0c1d Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Mon, 7 Jun 2021 12:44:54 +0000 Subject: [PATCH 13/73] Set up CI with Azure Pipelines 1 [skip ci] --- azure-pipelines-3.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 azure-pipelines-3.yml diff --git a/azure-pipelines-3.yml b/azure-pipelines-3.yml new file mode 100644 index 000000000..b55b3294b --- /dev/null +++ b/azure-pipelines-3.yml @@ -0,0 +1,36 @@ +# Universal Windows Platform +# Build a Universal Windows Platform project using Visual Studio. +# Add steps that test and distribute an app, save build artifacts, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + vmImage: 'windows-latest' + +variables: + solution: '**/*.sln' + buildPlatform: 'x86|x64|ARM' + buildConfiguration: 'Release' + appxPackageDir: '$(build.artifactStagingDirectory)\AppxPackages\\' + +steps: +- task: NuGetToolInstaller@1 + +- task: NuGetCommand@2 + inputs: + restoreSolution: '$(solution)' + +- task: VSBuild@1 + inputs: + platform: 'x86' + solution: '$(solution)' + configuration: '$(buildConfiguration)' + msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload' +- task: ArtifactoryNuGet@2 + inputs: + command: 'restore' + artifactoryService: 'Kayal_Art' + targetResolveRepo: 'nuget' + solutionPath: '**/*.sln' From 8d39b7f01df5b553561e11081f95901a72a2aee3 Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Mon, 7 Jun 2021 18:18:18 +0530 Subject: [PATCH 14/73] Update azure-pipelines-3.yml --- azure-pipelines-3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-3.yml b/azure-pipelines-3.yml index b55b3294b..803d32959 100644 --- a/azure-pipelines-3.yml +++ b/azure-pipelines-3.yml @@ -28,7 +28,7 @@ steps: solution: '$(solution)' configuration: '$(buildConfiguration)' msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload' -- task: ArtifactoryNuGet@2 +- task: ArtifactoryNuGet@1 inputs: command: 'restore' artifactoryService: 'Kayal_Art' From a18d7ef656699d0842492d121991b256c5323b17 Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Tue, 8 Jun 2021 19:07:23 +0530 Subject: [PATCH 15/73] Create azure-pipelines-4.yml --- azure-pipelines-4.yml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 azure-pipelines-4.yml diff --git a/azure-pipelines-4.yml b/azure-pipelines-4.yml new file mode 100644 index 000000000..db149342f --- /dev/null +++ b/azure-pipelines-4.yml @@ -0,0 +1,39 @@ +trigger: +- master + +pool: + vmImage: 'windows-latest' + +variables: + solution: '**/*.sln' + buildPlatform: 'x86|x64|ARM' + buildConfiguration: 'Release' + appxPackageDir: '$(build.artifactStagingDirectory)\AppxPackages\\' + +steps: +- task: NuGetToolInstaller@1 + +- task: NuGetCommand@2 + inputs: + restoreSolution: '$(solution)' + +- task: VSBuild@1 + inputs: + platform: 'x86' + solution: '$(solution)' + configuration: '$(buildConfiguration)' + msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload' + +- task: ArtifactoryToolsInstaller@1 + inputs: + artifactoryService: 'Kayal_Art' + cliInstallationRepo: 'jfrog-cli' + installCustomVersion: true + cliVersion: '1.46.3' + +- task: ArtifactoryNuGet@1 + inputs: + command: 'restore' + artifactoryService: 'Kayal_Art' + targetResolveRepo: 'nuget' + solutionPath: '**/*.sln' From 2f9383c9ee5b4a08ebc73660016b496baf009fe7 Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Tue, 8 Jun 2021 14:19:50 +0000 Subject: [PATCH 16/73] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines-5.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 azure-pipelines-5.yml diff --git a/azure-pipelines-5.yml b/azure-pipelines-5.yml new file mode 100644 index 000000000..abad88461 --- /dev/null +++ b/azure-pipelines-5.yml @@ -0,0 +1,32 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + vmImage: ubuntu-latest + +steps: +- script: echo Hello, world! + displayName: 'Run a one-line script' + +- script: | + echo Add other tasks to build, test, and deploy your project. + echo See https://aka.ms/yaml + displayName: 'Run a multi-line script' +- task: ArtifactoryToolsInstaller@1 + inputs: + artifactoryService: 'Kayal_Art' + cliInstallationRepo: 'jfrog-cli' + installCustomVersion: true + cliVersion: '1.46.3' +- task: ArtifactoryNuGet@1 + inputs: + command: 'restore' + artifactoryService: 'Kayal_Art' + targetResolveRepo: 'nuget' + solutionPath: '**/*.sln' + noNuGetCache: true \ No newline at end of file From 5d9f131a6c1661200b7ba12723b3bc8d4a1ad3dc Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Tue, 8 Jun 2021 14:21:18 +0000 Subject: [PATCH 17/73] Update azure-pipelines-5.yml for Azure Pipelines --- azure-pipelines-5.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-5.yml b/azure-pipelines-5.yml index abad88461..55851711a 100644 --- a/azure-pipelines-5.yml +++ b/azure-pipelines-5.yml @@ -23,7 +23,7 @@ steps: cliInstallationRepo: 'jfrog-cli' installCustomVersion: true cliVersion: '1.46.3' -- task: ArtifactoryNuGet@1 +- task: ArtifactoryNuGet@2 inputs: command: 'restore' artifactoryService: 'Kayal_Art' From d593128e5d8dc93978ad3501a7993f39f695b86e Mon Sep 17 00:00:00 2001 From: sandeepani2206 <66374485+sandeepani2206@users.noreply.github.com> Date: Tue, 8 Jun 2021 14:23:26 +0000 Subject: [PATCH 18/73] Update azure-pipelines-5.yml for Azure Pipelines --- azure-pipelines-5.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-5.yml b/azure-pipelines-5.yml index 55851711a..abad88461 100644 --- a/azure-pipelines-5.yml +++ b/azure-pipelines-5.yml @@ -23,7 +23,7 @@ steps: cliInstallationRepo: 'jfrog-cli' installCustomVersion: true cliVersion: '1.46.3' -- task: ArtifactoryNuGet@2 +- task: ArtifactoryNuGet@1 inputs: command: 'restore' artifactoryService: 'Kayal_Art' From 8f986dace4bbffce4295ab7a11cde453201b107d Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jan 2022 19:51:00 +0530 Subject: [PATCH 19/73] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6f8d53dd7..acaa577c3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,10 +17,17 @@ steps: echo Add other tasks to build, test, and deploy your project. echo See https://aka.ms/yaml displayName: 'Run a multi-line script' -- task: ArtifactoryNuGet@1 +- task: ArtifactoryNuGet@2 inputs: command: 'restore' - artifactoryService: 'Kayal_Art' + artifactoryService: 'Gaja-Art' targetResolveRepo: 'nuget' solutionPath: '**/*.sln' - + collectBuildInfo: true + buildName: '$(Build.DefinitionName)' + buildNumber: '$(Build.BuildNumber)' +- task: ArtifactoryPublishBuildInfo@1 + inputs: + artifactoryService: 'Gaja-Art' + buildName: '$(Build.DefinitionName)' + buildNumber: '$(Build.BuildNumber)' \ No newline at end of file From f2771af49412c65b97d7cba56cf48c9f4d68a331 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jan 2022 19:55:05 +0530 Subject: [PATCH 20/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index acaa577c3..c1fdaec72 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,14 +20,14 @@ steps: - task: ArtifactoryNuGet@2 inputs: command: 'restore' - artifactoryService: 'Gaja-Art' - targetResolveRepo: 'nuget' + artifactoryService: 'Amith-service' + targetResolveRepo: 'test-nuget' solutionPath: '**/*.sln' collectBuildInfo: true buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryPublishBuildInfo@1 inputs: - artifactoryService: 'Gaja-Art' + artifactoryService: 'Amith-service' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' \ No newline at end of file From 34bf8b8af3137580691ec9cf419e8184103add1c Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jan 2022 20:07:29 +0530 Subject: [PATCH 21/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c1fdaec72..67bda6479 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,7 @@ steps: - task: ArtifactoryNuGet@2 inputs: command: 'restore' - artifactoryService: 'Amith-service' + artifactoryService: 'Amith_service' targetResolveRepo: 'test-nuget' solutionPath: '**/*.sln' collectBuildInfo: true @@ -28,6 +28,6 @@ steps: buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryPublishBuildInfo@1 inputs: - artifactoryService: 'Amith-service' + artifactoryService: 'Amith_service' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' \ No newline at end of file From 7fc204d068752a09fc4360cffab0e212e93ad678 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jan 2022 20:14:03 +0530 Subject: [PATCH 22/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 67bda6479..7c7c7d64d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ steps: inputs: command: 'restore' artifactoryService: 'Amith_service' - targetResolveRepo: 'test-nuget' + targetResolveRepo: 'san-nuget' solutionPath: '**/*.sln' collectBuildInfo: true buildName: '$(Build.DefinitionName)' From 778c09736996b96b6b712c3cf5f7c6e9e3675bd3 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jan 2022 20:22:06 +0530 Subject: [PATCH 23/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7c7c7d64d..732a37a94 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,6 +26,15 @@ steps: collectBuildInfo: true buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' +- task: ArtifactoryNuGet@2 + inputs: + command: 'push' + artifactoryService: 'Amith_service' + targetDeployRepo: 'san-nuget' + pathToNupkg: '*.nupkg' + collectBuildInfo: true + buildName: '$(Build.DefinitionName)' + buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryPublishBuildInfo@1 inputs: artifactoryService: 'Amith_service' From f914c5b47ec2e37c1bbd6b84587a5e12e31936c1 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jan 2022 22:27:46 +0530 Subject: [PATCH 24/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 732a37a94..4e5d572de 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,6 +26,28 @@ steps: collectBuildInfo: true buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' +- task: DotNetCoreCLI@2 + inputs: + command: 'build' + projects: 'nuget-example/MyLogger/MyLogger/MyLogger.csproj' +- task: DotNetCoreCLI@2 + inputs: + command: 'pack' + packagesToPack: nuget-example/MyLogger/MyLogger/MyLogger.csproj + includesymbols: true + versioningScheme: byEnvVar + versionEnvVar: 'BUILD_BUILDNUMBER' +- task: ArtifactoryDotnetCore@1 + inputs: + command: 'push' + artifactoryService: 'Artifactory Dev Deploy' + targetDeployRepo: 'bg-builds-dev' + pathToNupkg: '$(Build.ArtifactStagingDirectory)/pack/*.nupkg' + collectBuildInfo: true + buildName: '$(Build.DefinitionName)' + buildNumber: '$(Build.BuildNumber)' + includeEnvVars: true + targetDeployPath: '' - task: ArtifactoryNuGet@2 inputs: command: 'push' From 9e2acaf847d5633faec6de3f0e4bf8bddf9d9f7a Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jan 2022 22:29:42 +0530 Subject: [PATCH 25/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4e5d572de..8cfa8651e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,9 +40,9 @@ steps: - task: ArtifactoryDotnetCore@1 inputs: command: 'push' - artifactoryService: 'Artifactory Dev Deploy' - targetDeployRepo: 'bg-builds-dev' - pathToNupkg: '$(Build.ArtifactStagingDirectory)/pack/*.nupkg' + artifactoryService: 'Amith_service' + targetDeployRepo: 'san-nuget' + pathToNupkg: '*.nupkg' collectBuildInfo: true buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' From 0c8c6edda398b063dcb147910c7b2de16a071966 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jan 2022 22:41:23 +0530 Subject: [PATCH 26/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8cfa8651e..da9a61902 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,28 +26,15 @@ steps: collectBuildInfo: true buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' -- task: DotNetCoreCLI@2 - inputs: - command: 'build' - projects: 'nuget-example/MyLogger/MyLogger/MyLogger.csproj' -- task: DotNetCoreCLI@2 - inputs: - command: 'pack' - packagesToPack: nuget-example/MyLogger/MyLogger/MyLogger.csproj - includesymbols: true - versioningScheme: byEnvVar - versionEnvVar: 'BUILD_BUILDNUMBER' - task: ArtifactoryDotnetCore@1 inputs: command: 'push' artifactoryService: 'Amith_service' - targetDeployRepo: 'san-nuget' + targetDeployRepo: 'test-nuget' pathToNupkg: '*.nupkg' collectBuildInfo: true buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' - includeEnvVars: true - targetDeployPath: '' - task: ArtifactoryNuGet@2 inputs: command: 'push' From 70303d86df9045a20ef3abe6ee43c6ecef3f3e81 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jan 2022 23:03:53 +0530 Subject: [PATCH 27/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index da9a61902..61cb6b559 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,6 +26,7 @@ steps: collectBuildInfo: true buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' + projectKey: 'devops' - task: ArtifactoryDotnetCore@1 inputs: command: 'push' @@ -48,4 +49,5 @@ steps: inputs: artifactoryService: 'Amith_service' buildName: '$(Build.DefinitionName)' - buildNumber: '$(Build.BuildNumber)' \ No newline at end of file + buildNumber: '$(Build.BuildNumber)' + projectKey: 'devops' \ No newline at end of file From 9f3bd6d98ce5a1eda9c53670788148979e737296 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jan 2022 23:19:03 +0530 Subject: [PATCH 28/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 61cb6b559..6cc5c8fea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,8 +20,8 @@ steps: - task: ArtifactoryNuGet@2 inputs: command: 'restore' - artifactoryService: 'Amith_service' - targetResolveRepo: 'san-nuget' + artifactoryService: 'jy-service' + targetResolveRepo: 'test-nuget' solutionPath: '**/*.sln' collectBuildInfo: true buildName: '$(Build.DefinitionName)' @@ -30,7 +30,7 @@ steps: - task: ArtifactoryDotnetCore@1 inputs: command: 'push' - artifactoryService: 'Amith_service' + artifactoryService: 'jy-service' targetDeployRepo: 'test-nuget' pathToNupkg: '*.nupkg' collectBuildInfo: true @@ -39,15 +39,15 @@ steps: - task: ArtifactoryNuGet@2 inputs: command: 'push' - artifactoryService: 'Amith_service' - targetDeployRepo: 'san-nuget' + artifactoryService: 'jy-service' + targetDeployRepo: 'test-nuget' pathToNupkg: '*.nupkg' collectBuildInfo: true buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryPublishBuildInfo@1 inputs: - artifactoryService: 'Amith_service' + artifactoryService: 'jy-service' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' projectKey: 'devops' \ No newline at end of file From 45d1f0bd2d5e451bc15c3e33afcc558522921291 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jan 2022 23:19:42 +0530 Subject: [PATCH 29/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6cc5c8fea..d11f844da 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,6 +47,9 @@ steps: buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryPublishBuildInfo@1 inputs: +- task: ArtifactoryDiscardBuilds@1 + inputs: + buildName: '$(Build.DefinitionName)' artifactoryService: 'jy-service' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' From 645774f5ec3d9424a8105ca4d758c57a3418e9ff Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jan 2022 23:21:12 +0530 Subject: [PATCH 30/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d11f844da..73f910b57 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,10 +47,6 @@ steps: buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryPublishBuildInfo@1 inputs: -- task: ArtifactoryDiscardBuilds@1 - inputs: - buildName: '$(Build.DefinitionName)' artifactoryService: 'jy-service' buildName: '$(Build.DefinitionName)' - buildNumber: '$(Build.BuildNumber)' - projectKey: 'devops' \ No newline at end of file + buildNumber: '$(Build.BuildNumber)' \ No newline at end of file From 972b5f9d9f5a4764e9e60f1baaa567ef1fb2828b Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jan 2022 23:25:59 +0530 Subject: [PATCH 31/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 73f910b57..6cc5c8fea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -49,4 +49,5 @@ steps: inputs: artifactoryService: 'jy-service' buildName: '$(Build.DefinitionName)' - buildNumber: '$(Build.BuildNumber)' \ No newline at end of file + buildNumber: '$(Build.BuildNumber)' + projectKey: 'devops' \ No newline at end of file From 2e2fa807de55312756b9790d44cffa005d9e6473 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jan 2022 23:28:44 +0530 Subject: [PATCH 32/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6cc5c8fea..d44a200b2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ steps: collectBuildInfo: true buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' - projectKey: 'devops' + projectKey: 'test' - task: ArtifactoryDotnetCore@1 inputs: command: 'push' @@ -50,4 +50,4 @@ steps: artifactoryService: 'jy-service' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' - projectKey: 'devops' \ No newline at end of file + projectKey: 'test' \ No newline at end of file From 25308b15f6e90a061aac6d732786584f8222b87e Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jan 2022 23:35:15 +0530 Subject: [PATCH 33/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d44a200b2..24cf6b5a9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,6 +45,7 @@ steps: collectBuildInfo: true buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' + projectKey: 'test' - task: ArtifactoryPublishBuildInfo@1 inputs: artifactoryService: 'jy-service' From 1c9e13c2af9348dfe60a00d0968d5f75074c5530 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 19 Jan 2022 09:38:46 +0530 Subject: [PATCH 34/73] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 24cf6b5a9..edac66fd6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,6 @@ steps: collectBuildInfo: true buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' - projectKey: 'test' - task: ArtifactoryDotnetCore@1 inputs: command: 'push' @@ -45,10 +44,14 @@ steps: collectBuildInfo: true buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' - projectKey: 'test' - task: ArtifactoryPublishBuildInfo@1 inputs: artifactoryService: 'jy-service' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' - projectKey: 'test' \ No newline at end of file +- task: ArtifactoryXrayScan@1 + inputs: + artifactoryService: 'jy-service' + buildName: '$(Build.DefinitionName)' + buildNumber: '$(Build.BuildNumber)' + allowFailBuild: true From 7cf576a64fcd645208712e5457237b95c854a66f Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 19 Jan 2022 19:50:18 +0530 Subject: [PATCH 35/73] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines-6.yml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 azure-pipelines-6.yml diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml new file mode 100644 index 000000000..d8a08af14 --- /dev/null +++ b/azure-pipelines-6.yml @@ -0,0 +1,40 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + vmImage: ubuntu-latest + +steps: +- script: echo Hello, world! + displayName: 'Run a one-line script' + +- script: | + echo Add other tasks to build, test, and deploy your project. + echo See https://aka.ms/yaml + displayName: 'Run a multi-line script' +- task: ArtifactoryNpm@2 + inputs: + command: 'ci' + artifactoryService: 'jy-service' + sourceRepo: 'san-npm' + workingFolder: 'npm-example' + collectBuildInfo: true + threads: '1' + buildName: '$(Build.DefinitionName)' + buildNumber: '$(Build.BuildNumber)' +- task: Npm@1 + inputs: + command: 'custom' + workingDir: 'npm-example' + customCommand: 'run build -- --prod=true --buildOptimizer=false --aot=false --output-path=./dist/out' + +- task: ArtifactoryPublishBuildInfo@1 + inputs: + artifactoryService: 'jy-service' + buildName: '$(Build.DefinitionName)' + buildNumber: '$(Build.BuildNumber)' \ No newline at end of file From 977eb8ba8eece118ef8525cec1f932878ad9a024 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 19 Jan 2022 19:53:00 +0530 Subject: [PATCH 36/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index d8a08af14..02342a0e3 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -19,7 +19,7 @@ steps: displayName: 'Run a multi-line script' - task: ArtifactoryNpm@2 inputs: - command: 'ci' + command: 'install' artifactoryService: 'jy-service' sourceRepo: 'san-npm' workingFolder: 'npm-example' From 0e03eb507fb426649e6a0792aa369d4f50432f41 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 19 Jan 2022 19:57:11 +0530 Subject: [PATCH 37/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index 02342a0e3..15bf62fd1 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -29,10 +29,10 @@ steps: buildNumber: '$(Build.BuildNumber)' - task: Npm@1 inputs: - command: 'custom' + command: 'publish' workingDir: 'npm-example' - customCommand: 'run build -- --prod=true --buildOptimizer=false --aot=false --output-path=./dist/out' - + publishRegistry: 'useFeed' + publishFeed: '1bc7476f-a4d9-4eed-b1a2-365586650848' - task: ArtifactoryPublishBuildInfo@1 inputs: artifactoryService: 'jy-service' From 13c7caf0459c408cf2fb03a11defde8837e08419 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 19 Jan 2022 20:02:37 +0530 Subject: [PATCH 38/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index 15bf62fd1..98c1f3c6b 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -29,10 +29,9 @@ steps: buildNumber: '$(Build.BuildNumber)' - task: Npm@1 inputs: - command: 'publish' + command: 'custom' workingDir: 'npm-example' - publishRegistry: 'useFeed' - publishFeed: '1bc7476f-a4d9-4eed-b1a2-365586650848' + customCommand: 'run build' - task: ArtifactoryPublishBuildInfo@1 inputs: artifactoryService: 'jy-service' From 05d21eb32db792527c2782c3db744e58969c1d46 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 19 Jan 2022 20:05:36 +0530 Subject: [PATCH 39/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index 98c1f3c6b..019d2df1f 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -27,11 +27,15 @@ steps: threads: '1' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' -- task: Npm@1 +- task: ArtifactoryNpm@2 inputs: - command: 'custom' - workingDir: 'npm-example' - customCommand: 'run build' + command: 'pack and publish' + artifactoryService: 'jy-service' + targetRepo: 'san-npm' + workingFolder: 'npm-example' + collectBuildInfo: true + buildName: '$(Build.DefinitionName)' + buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryPublishBuildInfo@1 inputs: artifactoryService: 'jy-service' From f941a0c994b913868373810a1121aeb95980e589 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 19 Jan 2022 21:08:32 +0530 Subject: [PATCH 40/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index 019d2df1f..55eb139b7 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -19,7 +19,7 @@ steps: displayName: 'Run a multi-line script' - task: ArtifactoryNpm@2 inputs: - command: 'install' + command: 'ci' artifactoryService: 'jy-service' sourceRepo: 'san-npm' workingFolder: 'npm-example' From 50d0f10ac6099b3d93c80316c2b7017ac5684ebe Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 19 Jan 2022 22:10:01 +0530 Subject: [PATCH 41/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index 55eb139b7..019d2df1f 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -19,7 +19,7 @@ steps: displayName: 'Run a multi-line script' - task: ArtifactoryNpm@2 inputs: - command: 'ci' + command: 'install' artifactoryService: 'jy-service' sourceRepo: 'san-npm' workingFolder: 'npm-example' From ff5a39dc23d835c8dc51dca6005451ed21cd7cf5 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Mon, 31 Jan 2022 16:49:23 +0530 Subject: [PATCH 42/73] Update props-upload.json --- .../pipeline-examples/resources/props-upload.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins-examples/pipeline-examples/resources/props-upload.json b/jenkins-examples/pipeline-examples/resources/props-upload.json index 8d41cfe80..c8d65d497 100755 --- a/jenkins-examples/pipeline-examples/resources/props-upload.json +++ b/jenkins-examples/pipeline-examples/resources/props-upload.json @@ -2,12 +2,12 @@ "files": [ { "pattern": "jenkins-examples/pipeline-examples/resources/ArtifactoryPipeline.zip", - "target": "libs-snapshot-local", + "target": "k-libs-snapshot-local", "props": "p1=v1;p2=v2" }, { "pattern": "jenkins-examples/pipeline-examples/resources/ArtifactoryPipelineNoProps.zip", - "target": "libs-snapshot-local" + "target": "k-libs-snapshot-local" } ] } From 2f2a9d1f574b28fa43e4c8aab2e74e1a47fd15af Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Fri, 4 Feb 2022 14:26:50 +0530 Subject: [PATCH 43/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index 019d2df1f..59330cb43 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -31,13 +31,15 @@ steps: inputs: command: 'pack and publish' artifactoryService: 'jy-service' - targetRepo: 'san-npm' + targetRepo: 'prjt-test-dev' workingFolder: 'npm-example' + projectKey: 'prjt' collectBuildInfo: true buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryPublishBuildInfo@1 inputs: artifactoryService: 'jy-service' + projectKey: 'prjt' buildName: '$(Build.DefinitionName)' - buildNumber: '$(Build.BuildNumber)' \ No newline at end of file + buildNumber: '$(Build.BuildNumber)' From 248ed85f265d931c7e4be1ee1a617039f41d3919 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Fri, 4 Feb 2022 14:32:30 +0530 Subject: [PATCH 44/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index 59330cb43..fd39f922f 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -43,3 +43,15 @@ steps: projectKey: 'prjt' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' +- task: ArtifactoryBuildPromotion@1 + inputs: + artifactoryService: 'jy-service' + buildName: '$(Build.DefinitionName)' + buildNumber: '$(Build.BuildNumber)' + projectKey: 'prjt' + targetRepo: 'prjt-test-stg' + status: 'Released' + sourceRepo: 'prjt-test-dev' + includeDependencies: true + copy: false + dryRun: false \ No newline at end of file From dc4470f64f5de0f69838076078c048f57be07588 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Fri, 4 Feb 2022 14:47:41 +0530 Subject: [PATCH 45/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index fd39f922f..d0c0f0d5c 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -20,7 +20,7 @@ steps: - task: ArtifactoryNpm@2 inputs: command: 'install' - artifactoryService: 'jy-service' + artifactoryService: 'jy-test' sourceRepo: 'san-npm' workingFolder: 'npm-example' collectBuildInfo: true @@ -30,7 +30,7 @@ steps: - task: ArtifactoryNpm@2 inputs: command: 'pack and publish' - artifactoryService: 'jy-service' + artifactoryService: 'jy-test' targetRepo: 'prjt-test-dev' workingFolder: 'npm-example' projectKey: 'prjt' @@ -39,13 +39,13 @@ steps: buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryPublishBuildInfo@1 inputs: - artifactoryService: 'jy-service' + artifactoryService: 'jy-test' projectKey: 'prjt' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryBuildPromotion@1 inputs: - artifactoryService: 'jy-service' + artifactoryService: 'jy-test' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' projectKey: 'prjt' @@ -54,4 +54,4 @@ steps: sourceRepo: 'prjt-test-dev' includeDependencies: true copy: false - dryRun: false \ No newline at end of file + dryRun: false From aa7a735d39406d76de509efb6d866a5da6b1a4de Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Fri, 4 Feb 2022 14:49:27 +0530 Subject: [PATCH 46/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index d0c0f0d5c..0c4ed4a0d 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -20,7 +20,7 @@ steps: - task: ArtifactoryNpm@2 inputs: command: 'install' - artifactoryService: 'jy-test' + artifactoryService: 'jy-prd' sourceRepo: 'san-npm' workingFolder: 'npm-example' collectBuildInfo: true @@ -30,7 +30,7 @@ steps: - task: ArtifactoryNpm@2 inputs: command: 'pack and publish' - artifactoryService: 'jy-test' + artifactoryService: 'jy-prd' targetRepo: 'prjt-test-dev' workingFolder: 'npm-example' projectKey: 'prjt' @@ -45,7 +45,7 @@ steps: buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryBuildPromotion@1 inputs: - artifactoryService: 'jy-test' + artifactoryService: 'jy-prd' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' projectKey: 'prjt' From 4295cd74d6a20a7dfd0f09200c44389318496b90 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Fri, 4 Feb 2022 14:53:08 +0530 Subject: [PATCH 47/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index 0c4ed4a0d..e21ec0d78 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -17,20 +17,11 @@ steps: echo Add other tasks to build, test, and deploy your project. echo See https://aka.ms/yaml displayName: 'Run a multi-line script' -- task: ArtifactoryNpm@2 - inputs: - command: 'install' - artifactoryService: 'jy-prd' - sourceRepo: 'san-npm' - workingFolder: 'npm-example' - collectBuildInfo: true - threads: '1' - buildName: '$(Build.DefinitionName)' - buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryNpm@2 inputs: command: 'pack and publish' - artifactoryService: 'jy-prd' + artifactoryService: 'jy-test' + sourceRepo: 'prjt-npm-remote' targetRepo: 'prjt-test-dev' workingFolder: 'npm-example' projectKey: 'prjt' @@ -45,7 +36,7 @@ steps: buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryBuildPromotion@1 inputs: - artifactoryService: 'jy-prd' + artifactoryService: 'jy-test' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' projectKey: 'prjt' From d00e918285539813dcd40b3a35d655b9334deb61 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Fri, 4 Feb 2022 14:53:52 +0530 Subject: [PATCH 48/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index e21ec0d78..c10c798a0 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -20,7 +20,7 @@ steps: - task: ArtifactoryNpm@2 inputs: command: 'pack and publish' - artifactoryService: 'jy-test' + artifactoryService: 'jy-prd' sourceRepo: 'prjt-npm-remote' targetRepo: 'prjt-test-dev' workingFolder: 'npm-example' @@ -30,13 +30,13 @@ steps: buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryPublishBuildInfo@1 inputs: - artifactoryService: 'jy-test' + artifactoryService: 'jy-prd' projectKey: 'prjt' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryBuildPromotion@1 inputs: - artifactoryService: 'jy-test' + artifactoryService: 'jy-prd' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' projectKey: 'prjt' From 9abbc117cf7be68bf1fc0c18c9def79c186ac598 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Fri, 4 Feb 2022 14:55:54 +0530 Subject: [PATCH 49/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index c10c798a0..655b538bf 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -20,7 +20,7 @@ steps: - task: ArtifactoryNpm@2 inputs: command: 'pack and publish' - artifactoryService: 'jy-prd' + artifactoryService: 'jy_test' sourceRepo: 'prjt-npm-remote' targetRepo: 'prjt-test-dev' workingFolder: 'npm-example' @@ -30,13 +30,13 @@ steps: buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryPublishBuildInfo@1 inputs: - artifactoryService: 'jy-prd' + artifactoryService: 'jy_test' projectKey: 'prjt' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryBuildPromotion@1 inputs: - artifactoryService: 'jy-prd' + artifactoryService: 'jy_test' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' projectKey: 'prjt' From d7e8117b279e154dd67802461b600fd9b44c1d23 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Fri, 4 Feb 2022 14:57:44 +0530 Subject: [PATCH 50/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index 655b538bf..6cc4312aa 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -20,7 +20,7 @@ steps: - task: ArtifactoryNpm@2 inputs: command: 'pack and publish' - artifactoryService: 'jy_test' + artifactoryService: 'jy_prd' sourceRepo: 'prjt-npm-remote' targetRepo: 'prjt-test-dev' workingFolder: 'npm-example' @@ -30,13 +30,13 @@ steps: buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryPublishBuildInfo@1 inputs: - artifactoryService: 'jy_test' + artifactoryService: 'jy_prd' projectKey: 'prjt' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryBuildPromotion@1 inputs: - artifactoryService: 'jy_test' + artifactoryService: 'jy_prd' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' projectKey: 'prjt' From 8ac8f76bcb69518d1f8848b54ae8a9b08e9d1503 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Fri, 4 Feb 2022 14:59:33 +0530 Subject: [PATCH 51/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index 6cc4312aa..0e223cb69 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -20,7 +20,7 @@ steps: - task: ArtifactoryNpm@2 inputs: command: 'pack and publish' - artifactoryService: 'jy_prd' + artifactoryService: 'jy_dev' sourceRepo: 'prjt-npm-remote' targetRepo: 'prjt-test-dev' workingFolder: 'npm-example' @@ -30,13 +30,13 @@ steps: buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryPublishBuildInfo@1 inputs: - artifactoryService: 'jy_prd' + artifactoryService: 'jy_dev' projectKey: 'prjt' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' - task: ArtifactoryBuildPromotion@1 inputs: - artifactoryService: 'jy_prd' + artifactoryService: 'jy_dev' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' projectKey: 'prjt' From 6f47423c8b97a49ace2b3688fb62e5d80342cb0d Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Fri, 4 Feb 2022 15:02:51 +0530 Subject: [PATCH 52/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index 0e223cb69..43d4ccd8c 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -46,3 +46,16 @@ steps: includeDependencies: true copy: false dryRun: false + +- task: ArtifactoryBuildPromotion@1 + inputs: + artifactoryService: 'jy_prd' + buildName: '$(Build.DefinitionName)' + buildNumber: '$(Build.BuildNumber)' + projectKey: 'prjt' + targetRepo: 'prjt-test-prd' + status: 'Released' + sourceRepo: 'prjt-test-stg' + includeDependencies: true + copy: false + dryRun: false \ No newline at end of file From 33afc9b4c9d1ae98afa316145d1696984d09ac88 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Fri, 4 Feb 2022 15:05:46 +0530 Subject: [PATCH 53/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index 43d4ccd8c..c3fbbbbe1 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -44,7 +44,7 @@ steps: status: 'Released' sourceRepo: 'prjt-test-dev' includeDependencies: true - copy: false + copy: true dryRun: false - task: ArtifactoryBuildPromotion@1 @@ -57,5 +57,5 @@ steps: status: 'Released' sourceRepo: 'prjt-test-stg' includeDependencies: true - copy: false + copy: true dryRun: false \ No newline at end of file From 2a5bdaf4adbccdcd489aac440109d64d7713735a Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Fri, 4 Feb 2022 15:17:45 +0530 Subject: [PATCH 54/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index c3fbbbbe1..ac5fb4c42 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -47,6 +47,7 @@ steps: copy: true dryRun: false + - task: ArtifactoryBuildPromotion@1 inputs: artifactoryService: 'jy_prd' From 7f6083991337cada872c85d3d40e6123b672abac Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Fri, 4 Feb 2022 15:20:02 +0530 Subject: [PATCH 55/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index ac5fb4c42..756b9ae21 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -50,7 +50,7 @@ steps: - task: ArtifactoryBuildPromotion@1 inputs: - artifactoryService: 'jy_prd' + artifactoryService: 'jy_dev' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' projectKey: 'prjt' From 4a66b257baf2ac6670c011ee1b1bc056ec5a0c85 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Fri, 4 Feb 2022 15:34:57 +0530 Subject: [PATCH 56/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index 756b9ae21..ac5fb4c42 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -50,7 +50,7 @@ steps: - task: ArtifactoryBuildPromotion@1 inputs: - artifactoryService: 'jy_dev' + artifactoryService: 'jy_prd' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' projectKey: 'prjt' From 829d916d79787d0e71039aa94ee94af0342a2938 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Fri, 4 Feb 2022 16:09:59 +0530 Subject: [PATCH 57/73] Update azure-pipelines-6.yml for Azure Pipelines --- azure-pipelines-6.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-6.yml b/azure-pipelines-6.yml index ac5fb4c42..62e6d67fa 100644 --- a/azure-pipelines-6.yml +++ b/azure-pipelines-6.yml @@ -44,7 +44,7 @@ steps: status: 'Released' sourceRepo: 'prjt-test-dev' includeDependencies: true - copy: true + copy: false dryRun: false @@ -58,5 +58,5 @@ steps: status: 'Released' sourceRepo: 'prjt-test-stg' includeDependencies: true - copy: true + copy: false dryRun: false \ No newline at end of file From 671cc3b753184b823ef2f3b0657939daf13ac34b Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Tue, 15 Feb 2022 14:04:50 +0530 Subject: [PATCH 58/73] Update props-upload.json --- .../pipeline-examples/resources/props-upload.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins-examples/pipeline-examples/resources/props-upload.json b/jenkins-examples/pipeline-examples/resources/props-upload.json index c8d65d497..31f4fb1d2 100755 --- a/jenkins-examples/pipeline-examples/resources/props-upload.json +++ b/jenkins-examples/pipeline-examples/resources/props-upload.json @@ -2,12 +2,12 @@ "files": [ { "pattern": "jenkins-examples/pipeline-examples/resources/ArtifactoryPipeline.zip", - "target": "k-libs-snapshot-local", + "target": "prjt-maven-local", "props": "p1=v1;p2=v2" }, { "pattern": "jenkins-examples/pipeline-examples/resources/ArtifactoryPipelineNoProps.zip", - "target": "k-libs-snapshot-local" + "target": "prjt-maven-local" } ] } From 1c149f06896b2e36a73d2f4bb29865a83fadee45 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Sun, 22 May 2022 19:06:24 +0530 Subject: [PATCH 59/73] Update package.json --- npm-example/package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/npm-example/package.json b/npm-example/package.json index fb3158a09..cb35e2417 100644 --- a/npm-example/package.json +++ b/npm-example/package.json @@ -5,7 +5,12 @@ "start": "node helloworld" }, "dependencies": { - "send": "^0.16.2" + "send": "^0.16.2", + "vue-scrollto": "^2.18.1", + "vue-top-progress": "^0.7.0", + "vue2-dropzone": "^3.5.2", + "vuetify": "^1.5.18", + "zxcvbn": "^4.4.2" }, "devDependencies": { "debug": "^4.1.1" From 8f72c018455989ccdd2a609edd7e7a017c82afab Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Sun, 26 Jun 2022 14:08:10 +0530 Subject: [PATCH 60/73] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines-7.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 azure-pipelines-7.yml diff --git a/azure-pipelines-7.yml b/azure-pipelines-7.yml new file mode 100644 index 000000000..b98e71ac6 --- /dev/null +++ b/azure-pipelines-7.yml @@ -0,0 +1,21 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + vmImage: ubuntu-latest + +steps: +- script: echo Hello, world! + displayName: 'Run a one-line script' + +- task: ArtifactoryNpm@2 + inputs: + command: 'install' + artifactoryService: 'clouddsein' + sourceRepo: 'sand-npm' + workingFolder: 'npm-example/' From b4a08619d049b08b7cdc0bccb77fbdb2aa469fe9 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Sun, 26 Jun 2022 14:19:04 +0530 Subject: [PATCH 61/73] Update azure-pipelines-7.yml for Azure Pipelines --- azure-pipelines-7.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-7.yml b/azure-pipelines-7.yml index b98e71ac6..d5b6c87a7 100644 --- a/azure-pipelines-7.yml +++ b/azure-pipelines-7.yml @@ -15,7 +15,7 @@ steps: - task: ArtifactoryNpm@2 inputs: - command: 'install' + command: 'pack and publish' artifactoryService: 'clouddsein' - sourceRepo: 'sand-npm' + targetRepo: 'sand-npm' workingFolder: 'npm-example/' From 977f25f9c42ae91ea9b13ad5607de06b7c7bc8d8 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Sun, 26 Jun 2022 14:22:31 +0530 Subject: [PATCH 62/73] Update azure-pipelines-7.yml for Azure Pipelines --- azure-pipelines-7.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-7.yml b/azure-pipelines-7.yml index d5b6c87a7..6328966bf 100644 --- a/azure-pipelines-7.yml +++ b/azure-pipelines-7.yml @@ -16,6 +16,6 @@ steps: - task: ArtifactoryNpm@2 inputs: command: 'pack and publish' - artifactoryService: 'clouddsein' - targetRepo: 'sand-npm' + artifactoryService: 'sandy' + targetRepo: 'san-npm' workingFolder: 'npm-example/' From 61ba2ab65b25d86d9df302c9d4fcd551501c79c7 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Sun, 26 Jun 2022 14:28:05 +0530 Subject: [PATCH 63/73] Update package.json --- npm-example/package.json | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/npm-example/package.json b/npm-example/package.json index cb35e2417..40c1bdf49 100644 --- a/npm-example/package.json +++ b/npm-example/package.json @@ -1,18 +1,29 @@ { - "name": "npm-example", - "version": "0.0.3", - "scripts": { - "start": "node helloworld" + "name": "oculr-ngx", + "description": "An analytics library that makes collecting data in an Angular app simple.", + "version": "1.0.0-rc3", + "author": "Progressive Insurance", + "license": "MIT", + "keywords": [ + "analytics", + "angular" + ], + "repository": { + "type": "git", + "url": "https://github.com/Progressive-Insurance/oculr-ngx" + }, + "peerDependencies": { + "@angular/common": "^12.2.0", + "@angular/core": "^12.2.0" }, "dependencies": { - "send": "^0.16.2", - "vue-scrollto": "^2.18.1", - "vue-top-progress": "^0.7.0", - "vue2-dropzone": "^3.5.2", - "vuetify": "^1.5.18", - "zxcvbn": "^4.4.2" + "tslib": "^2.3.0" }, - "devDependencies": { - "debug": "^4.1.1" - } + "main": "bundles/oculr-ngx.umd.js", + "module": "fesm2015/oculr-ngx.js", + "es2015": "fesm2015/oculr-ngx.js", + "esm2015": "esm2015/oculr-ngx.js", + "fesm2015": "fesm2015/oculr-ngx.js", + "typings": "oculr-ngx.d.ts", + "sideEffects": false } From cd4af18af51a2e1745ec7e0f004317803c3c4844 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Sun, 26 Jun 2022 14:34:19 +0530 Subject: [PATCH 64/73] Update package.json --- npm-example/package.json | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/npm-example/package.json b/npm-example/package.json index 40c1bdf49..1610139bb 100644 --- a/npm-example/package.json +++ b/npm-example/package.json @@ -1,16 +1,8 @@ { - "name": "oculr-ngx", - "description": "An analytics library that makes collecting data in an Angular app simple.", - "version": "1.0.0-rc3", - "author": "Progressive Insurance", - "license": "MIT", - "keywords": [ - "analytics", - "angular" - ], - "repository": { - "type": "git", - "url": "https://github.com/Progressive-Insurance/oculr-ngx" + "name": "monocle-ngx", + "version": "0.0.1-alpha.4", + "publishConfig": { + "registry": "https://sandeepmkp.jfrog.io/artifactory/api/npm/san-npm/" }, "peerDependencies": { "@angular/common": "^12.2.0", @@ -19,11 +11,11 @@ "dependencies": { "tslib": "^2.3.0" }, - "main": "bundles/oculr-ngx.umd.js", - "module": "fesm2015/oculr-ngx.js", - "es2015": "fesm2015/oculr-ngx.js", - "esm2015": "esm2015/oculr-ngx.js", - "fesm2015": "fesm2015/oculr-ngx.js", - "typings": "oculr-ngx.d.ts", + "main": "bundles/monocle-ngx.umd.js", + "module": "fesm2015/monocle-ngx.js", + "es2015": "fesm2015/monocle-ngx.js", + "esm2015": "esm2015/monocle-ngx.js", + "fesm2015": "fesm2015/monocle-ngx.js", + "typings": "monocle-ngx.d.ts", "sideEffects": false } From b64b3a045cfca68a05d3de49b948bbc50b81b17d Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Mon, 7 Nov 2022 12:35:30 +0530 Subject: [PATCH 65/73] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines-8.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 azure-pipelines-8.yml diff --git a/azure-pipelines-8.yml b/azure-pipelines-8.yml new file mode 100644 index 000000000..7e484a5f9 --- /dev/null +++ b/azure-pipelines-8.yml @@ -0,0 +1,37 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + vmImage: ubuntu-latest + +steps: +- script: echo Hello, world! + displayName: 'Run a one-line script' + +- script: | + echo Add other tasks to build, test, and deploy your project. + echo See https://aka.ms/yaml + displayName: 'Run a multi-line script' + +- task: ArtifactoryNpm@2 + inputs: + command: 'install' + artifactoryService: 'sandy' + sourceRepo: 'san-npm' + workingFolder: 'npm-example/' + collectBuildInfo: true + threads: '1' + buildName: '$(Build.DefinitionName)' + buildNumber: '$(Build.BuildNumber)' + +- task: ArtifactoryXrayScan@1 + inputs: + artifactoryService: 'sandy' + buildName: '$(Build.DefinitionName)' + buildNumber: '$(Build.BuildNumber)' + allowFailBuild: true \ No newline at end of file From eb6769a49ce0a007e90846119ad443838d887a00 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Mon, 7 Nov 2022 13:48:28 +0530 Subject: [PATCH 66/73] Update azure-pipelines-8.yml for Azure Pipelines --- azure-pipelines-8.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-8.yml b/azure-pipelines-8.yml index 7e484a5f9..9b3560d8c 100644 --- a/azure-pipelines-8.yml +++ b/azure-pipelines-8.yml @@ -31,7 +31,8 @@ steps: - task: ArtifactoryXrayScan@1 inputs: - artifactoryService: 'sandy' + artifactoryService: 'sandeepxray' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' - allowFailBuild: true \ No newline at end of file + allowFailBuild: true + From c46ab4dea2c5f86b59b5c836faa8ee3263873d7f Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Mon, 7 Nov 2022 13:50:12 +0530 Subject: [PATCH 67/73] Update azure-pipelines-8.yml for Azure Pipelines --- azure-pipelines-8.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-8.yml b/azure-pipelines-8.yml index 9b3560d8c..3334d1483 100644 --- a/azure-pipelines-8.yml +++ b/azure-pipelines-8.yml @@ -29,10 +29,10 @@ steps: buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' -- task: ArtifactoryXrayScan@1 +- task: JFrogBuildScan@1 inputs: - artifactoryService: 'sandeepxray' + xrayConnection: 'sandeepxray' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' allowFailBuild: true - + vuln: false From 0b204df489ca3e57cb2035cbbe847c15c62c657f Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Mon, 7 Nov 2022 13:56:26 +0530 Subject: [PATCH 68/73] Update azure-pipelines-8.yml for Azure Pipelines --- azure-pipelines-8.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines-8.yml b/azure-pipelines-8.yml index 3334d1483..fac3af4a0 100644 --- a/azure-pipelines-8.yml +++ b/azure-pipelines-8.yml @@ -29,6 +29,11 @@ steps: buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' +- task: ArtifactoryPublishBuildInfo@1 + inputs: + artifactoryService: 'sandy' + buildName: '$(Build.DefinitionName)' + buildNumber: '$(Build.BuildNumber)' - task: JFrogBuildScan@1 inputs: xrayConnection: 'sandeepxray' From d983654f81962e59cb485f795efba397e8dfd4f1 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Mon, 7 Nov 2022 14:09:27 +0530 Subject: [PATCH 69/73] Update azure-pipelines-8.yml for Azure Pipelines --- azure-pipelines-8.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines-8.yml b/azure-pipelines-8.yml index fac3af4a0..ef0599f76 100644 --- a/azure-pipelines-8.yml +++ b/azure-pipelines-8.yml @@ -28,6 +28,7 @@ steps: threads: '1' buildName: '$(Build.DefinitionName)' buildNumber: '$(Build.BuildNumber)' + arguments: '--prefer-offline --audit=false --no-audit --prefix $(System.DefaultWorkingDirectory' - task: ArtifactoryPublishBuildInfo@1 inputs: From 05f441c1c5abe68135b256fba412b7df51e167f8 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jul 2023 09:54:45 +0530 Subject: [PATCH 70/73] Update go.mod --- golang-example/hello/go.mod | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/golang-example/hello/go.mod b/golang-example/hello/go.mod index 3200210a4..b4a50d2ae 100644 --- a/golang-example/hello/go.mod +++ b/golang-example/hello/go.mod @@ -1,3 +1,30 @@ module github.com/you/hello -require rsc.io/quote v1.5.2 +go 1.19 + +require ( + cloud.google.com/go v0.45.1 // indirect + github.com/aws/aws-sdk-go v1.15.78 // indirect + github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect + github.com/golang/protobuf v1.3.2 // indirect + github.com/googleapis/gax-go/v2 v2.0.5 // indirect + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect + github.com/hashicorp/go-getter v1.5.3 // indirect + github.com/hashicorp/go-safetemp v1.0.0 // indirect + github.com/hashicorp/go-version v1.1.0 // indirect + github.com/hashicorp/golang-lru v0.5.1 // indirect + github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect + github.com/klauspost/compress v1.11.2 // indirect + github.com/mitchellh/go-homedir v1.0.0 // indirect + github.com/mitchellh/go-testing-interface v1.0.0 // indirect + github.com/ulikunitz/xz v0.5.8 // indirect + go.opencensus.io v0.22.0 // indirect + golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect + golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect + golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0 // indirect + golang.org/x/text v0.3.2 // indirect + google.golang.org/api v0.9.0 // indirect + google.golang.org/appengine v1.6.1 // indirect + google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect + google.golang.org/grpc v1.21.1 // indirect +) From 13b3d86e5e027bb45672a4b42ea10476b9ad3daf Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jul 2023 11:56:39 +0530 Subject: [PATCH 71/73] Create frogbot-scan-pr.yml --- .github/workflows/frogbot-scan-pr.yml | 74 +++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 .github/workflows/frogbot-scan-pr.yml diff --git a/.github/workflows/frogbot-scan-pr.yml b/.github/workflows/frogbot-scan-pr.yml new file mode 100644 index 000000000..fa8f41ddb --- /dev/null +++ b/.github/workflows/frogbot-scan-pr.yml @@ -0,0 +1,74 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. +# Frogbot Scan Pull Request does the following: +# Automatically scans new pull requests for security vulnerabilities. +# Uses JFrog Xray to scan the project. +# Read more about Frogbot here - https://github.com/jfrog/frogbot#frogbot + +# Some projects require creating a frogbot-config.yml file. Read more about it here - https://github.com/jfrog/frogbot/blob/master/docs/frogbot-config.md + +name: "Frogbot Scan Pull Request" +on: + pull_request_target: + types: [ opened, synchronize ] +permissions: + pull-requests: write + contents: read +jobs: + scan-pull-request: + runs-on: ubuntu-latest + # A pull request needs to be approved, before Frogbot scans it. Any GitHub user who is associated with the + # "frogbot" GitHub environment can approve the pull request to be scanned. + # Read more here (Install Frogbot Using GitHub Actions): https://github.com/jfrog/frogbot/blob/master/docs/install-github.md + environment: frogbot + steps: + - uses: actions/checkout@v2 + with: + ref: ${{ github.event.pull_request.head.sha }} + + # IMPORTANT: + # 1. See the following link for information about the tools that need to be installed for Frogbot to work - https://github.com/jfrog/frogbot/tree/master/docs/templates/github-actions/scan-and-fix + # 2. Some projects require creating a frogbot-config.yml file. Read more about it here - https://github.com/jfrog/frogbot/blob/master/docs/frogbot-config.md + + - uses: jfrog/frogbot@3395426f351556d4568e30a6dfd2909dbedae99e + env: + # [Mandatory if the two conditions below are met] + # 1. The project uses npm, yarn 2, NuGet or .NET to download its dependencies + # 2. The `installCommand` variable isn't set in your frogbot-config.yml file. + # + # The command that installs the project dependencies (e.g "npm i", "nuget restore" or "dotnet restore") + # JF_INSTALL_DEPS_CMD: "" + + # [Mandatory] + # JFrog platform URL + JF_URL: ${{ secrets.JF_URL }} + + # [Mandatory if JF_USER and JF_PASSWORD are not provided] + # JFrog access token with 'read' permissions on Xray service + JF_ACCESS_TOKEN: ${{ secrets.JF_ACCESS_TOKEN }} + + # [Mandatory if JF_ACCESS_TOKEN is not provided] + # JFrog username with 'read' permissions for Xray. Must be provided with JF_PASSWORD + # JF_USER: ${{ secrets.JF_USER }} + + # [Mandatory if JF_ACCESS_TOKEN is not provided] + # JFrog password. Must be provided with JF_USER + # JF_PASSWORD: ${{ secrets.JF_PASSWORD }} + + # [Mandatory] + # The GitHub token automatically generated for the job + JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + # [Optional] + # If the machine that runs Frogbot has no access to the internat, set the name of a remote repository + # in Artifactory, which proxies https://releases.jfrog.io/artifactory + # The 'frogbot' executable and other tools it needs will be downloaded through this repository. + # JF_RELEASES_REPO: "" + + # [Optional] + # Frogbot will download the project dependencies, if they're not cached locally. To download the + # dependencies from a virtual repository in Artifactory, set the name of of the repository. There's no + # need to set this value, if it is set in the frogbot-config.yml file. + # JF_DEPS_REPO: "" From b57077a7fec31bc9a86f11c1a7fef17dc80e946c Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jul 2023 12:00:22 +0530 Subject: [PATCH 72/73] Update go.mod --- golang-example/hello/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golang-example/hello/go.mod b/golang-example/hello/go.mod index b4a50d2ae..258250f96 100644 --- a/golang-example/hello/go.mod +++ b/golang-example/hello/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( cloud.google.com/go v0.45.1 // indirect github.com/aws/aws-sdk-go v1.15.78 // indirect - github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect + github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect - test github.com/golang/protobuf v1.3.2 // indirect github.com/googleapis/gax-go/v2 v2.0.5 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 // indirect From 89793fca9f6dfecb6f3c378f382111a88e1326e9 Mon Sep 17 00:00:00 2001 From: sandeepanikapati <66374485+sandeepanikapati@users.noreply.github.com> Date: Wed, 12 Jul 2023 12:04:28 +0530 Subject: [PATCH 73/73] Update go.mod --- golang-example/hello/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golang-example/hello/go.mod b/golang-example/hello/go.mod index 258250f96..f0bb1268a 100644 --- a/golang-example/hello/go.mod +++ b/golang-example/hello/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( cloud.google.com/go v0.45.1 // indirect github.com/aws/aws-sdk-go v1.15.78 // indirect - github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect - test + github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect - test yes github.com/golang/protobuf v1.3.2 // indirect github.com/googleapis/gax-go/v2 v2.0.5 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 // indirect