diff --git a/gitapp/.github/workfows/workflow.yml b/gitapp/.github/workfows/workflow.yml new file mode 100644 index 0000000..5b86f31 --- /dev/null +++ b/gitapp/.github/workfows/workflow.yml @@ -0,0 +1,21 @@ +name: PipelineWorkflow + +on: + push: + branches: + - main + pull_request: + branches: + - main + +jobs: + build: + name: Azure Pipeline + runs-on: ubuntu-latest + steps: + - name: Azure Pipelines Action + uses: Azure/pipelines@v1 + with: + azure-devops-project-url: https://dev.azure.com/ravish142000/kmjnhbvfc + azure-pipeline-name: 'pipelines-dotnet-core.git' + azure-devops-token: ${{ secrets.AZURE_DEVOPS_TOKEN }} \ No newline at end of file diff --git a/gitapp/gitapp.csproj b/gitapp/gitapp.csproj index e9a6872..124b4ba 100644 --- a/gitapp/gitapp.csproj +++ b/gitapp/gitapp.csproj @@ -7,7 +7,14 @@ - + + + + + + + +