diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..c3b7c71 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,10 @@ +# Maven +# Build your Java project and run tests with Apache Maven. +# Add steps that analyze code, save build artifacts, deploy, and more: +# https://docs.microsoft.com/azure/devops/pipelines/languages/java +- task: CmdLine@2 + inputs: + script: | + firstcode.java + + echo firstcode \ No newline at end of file