From 52ce8e5d0f12ebd728d8923587e64ed02ed16a8d Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 24 Nov 2024 05:19:20 +0000 Subject: [PATCH 1/8] Modified --- new.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 new.txt diff --git a/new.txt b/new.txt new file mode 100644 index 00000000..53e86508 --- /dev/null +++ b/new.txt @@ -0,0 +1 @@ +changes \ No newline at end of file From 44a0b1cfe878934315212675937b74b78ec7a15d Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 24 Nov 2024 05:21:11 +0000 Subject: [PATCH 2/8] Fun --- fun.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/fun.txt b/fun.txt index 345e35dd..6f195048 100644 --- a/fun.txt +++ b/fun.txt @@ -1,2 +1,3 @@ “Hello world!” - said everyone, always "Bye, Felicia" - Ice Cube +Test line \ No newline at end of file From 323fc4716e8f582394e15c61ca55747b57edc798 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 24 Nov 2024 05:26:19 +0000 Subject: [PATCH 3/8] practice --- fun.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fun.txt b/fun.txt index 6f195048..8c2772d8 100644 --- a/fun.txt +++ b/fun.txt @@ -1,3 +1,4 @@ “Hello world!” - said everyone, always "Bye, Felicia" - Ice Cube -Test line \ No newline at end of file +Test line +fourth line \ No newline at end of file From c105200d546942cbf4b3aefc7f00eaa2bfabc3ba Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 24 Nov 2024 05:29:34 +0000 Subject: [PATCH 4/8] Finale --- fun.txt | 3 ++- new.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fun.txt b/fun.txt index 8c2772d8..21ac239e 100644 --- a/fun.txt +++ b/fun.txt @@ -1,4 +1,5 @@ “Hello world!” - said everyone, always "Bye, Felicia" - Ice Cube Test line -fourth line \ No newline at end of file +fourth line +final command \ No newline at end of file diff --git a/new.txt b/new.txt index 53e86508..54e107fb 100644 --- a/new.txt +++ b/new.txt @@ -1 +1,2 @@ -changes \ No newline at end of file +changes +finale \ No newline at end of file From 96b8f08194aa97319f07a5b487e5956fbc277bc0 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 24 Nov 2024 05:30:22 +0000 Subject: [PATCH 5/8] last one --- newfile.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 newfile.txt diff --git a/newfile.txt b/newfile.txt new file mode 100644 index 00000000..30d74d25 --- /dev/null +++ b/newfile.txt @@ -0,0 +1 @@ +test \ No newline at end of file From e40209c1d1adededc05a4afecc04e87cc70613e8 Mon Sep 17 00:00:00 2001 From: akazprep Date: Sun, 24 Nov 2024 15:11:56 +0000 Subject: [PATCH 6/8] Add files via upload --- azure-pipelines.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000..3fa12a09 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,14 @@ +trigger: +- main + +pool: + vmImage: 'ubuntu-latest' + +steps: +- task: UseNode@2 + inputs: + version: '16.x' +- script: npm install + displayName: 'Install dependencies' +- script: npm test + displayName: 'Run tests' From 1717080907e5be827dac769cb67a8c3ac10ada76 Mon Sep 17 00:00:00 2001 From: akazprep Date: Sun, 24 Nov 2024 15:40:06 +0000 Subject: [PATCH 7/8] Update azure-pipelines.yml --- azure-pipelines.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3fa12a09..8d41be2f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,10 +5,12 @@ pool: vmImage: 'ubuntu-latest' steps: -- task: UseNode@2 +# Log in to Azure +- task: AzureCLI@2 inputs: - version: '16.x' -- script: npm install - displayName: 'Install dependencies' -- script: npm test - displayName: 'Run tests' + azureSubscription: '' # Replace with your service connection + scriptType: 'bash' + scriptLocation: 'inlineScript' + inlineScript: | + echo "Creating Resource Group..." + az group create --name myResourceGroup --location eastus From 43a75e3d3aca9593f5be21ace1066ac573bc07b5 Mon Sep 17 00:00:00 2001 From: akazprep Date: Sun, 24 Nov 2024 15:52:55 +0000 Subject: [PATCH 8/8] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8d41be2f..0560d8ec 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ steps: # Log in to Azure - task: AzureCLI@2 inputs: - azureSubscription: '' # Replace with your service connection + azureSubscription: 'azureuamisc' # Replace with your service connection scriptType: 'bash' scriptLocation: 'inlineScript' inlineScript: |