diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000..0560d8ec --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,16 @@ +trigger: +- main + +pool: + vmImage: 'ubuntu-latest' + +steps: +# Log in to Azure +- task: AzureCLI@2 + inputs: + azureSubscription: 'azureuamisc' # Replace with your service connection + scriptType: 'bash' + scriptLocation: 'inlineScript' + inlineScript: | + echo "Creating Resource Group..." + az group create --name myResourceGroup --location eastus diff --git a/fun.txt b/fun.txt index 345e35dd..21ac239e 100644 --- a/fun.txt +++ b/fun.txt @@ -1,2 +1,5 @@ “Hello world!” - said everyone, always "Bye, Felicia" - Ice Cube +Test line +fourth line +final command \ No newline at end of file diff --git a/new.txt b/new.txt new file mode 100644 index 00000000..54e107fb --- /dev/null +++ b/new.txt @@ -0,0 +1,2 @@ +changes +finale \ No newline at end of file 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