Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
73020b7
Add files via upload
sathishkumarpkd Jul 10, 2022
958acb8
Merge pull request #1 from bipeensinha/sathishkumarpkd-patch-1
sathishkumarpkd Jul 10, 2022
dae8e5c
Merge pull request #4 from bipeensinha/branch-v1
rohithtech18 Jul 10, 2022
192a844
create android.yml
ravipvirat Jul 10, 2022
9aad9bd
Create main.yml
krishnareddysv Jul 10, 2022
750a29f
Create mainRajani.yml
GRajani7 Jul 10, 2022
7417f1a
Create rohith.yml
rohithtech18 Jul 10, 2022
7634d3b
Modified main.yml to Harshul.yml
imharshul Jul 10, 2022
65dd1d8
Create Rajat.yml
rajat7nandi Jul 10, 2022
a6ef72a
YML commit Nikhil
NikhilNVC Jul 10, 2022
616863e
Create RAJENDRA.yml
RajendraMCA86 Jul 10, 2022
bc89b09
Create viswa.yml
viswa1424 Jul 10, 2022
ee50f7d
Create Salim.yml
mdsalim1039 Jul 10, 2022
d872c89
created moinv.yml file
moinv Jul 10, 2022
cbe215e
UPDATED BY BIPEEN
bipeensinha Jul 10, 2022
a0fa1c4
Update by me
Yagneshpatelxylem Jul 10, 2022
c9f1bd7
Update by deepshikha
deep2905 Jul 10, 2022
eaa5a15
Create VENKET.yml
venketkrishnan Jul 10, 2022
ed3ce10
Updated by Manav
manavendra-manav Jul 10, 2022
37383cf
Updated by Sachin
badesachin Jul 10, 2022
f817080
UPDATED BY AYUSH
mandgar Jul 10, 2022
d5b9404
updated
krishnareddysv Jul 10, 2022
a6914c6
Create ramesh.yml
ramesheducation Jul 10, 2022
755aa42
Updated by Kamlesh
kamlesh5511 Jul 10, 2022
ea56bf8
Updated by Vivek-77-Dubey
Vivek-77-Dubey Jul 10, 2022
858c790
Create Krunal00Makwana.yml
krunal00makwana Jul 10, 2022
9ff44e9
update by mahesh
gitmai07 Jul 10, 2022
bb5e25e
Create bhavin.yml
bhavinvachhani403 Jul 10, 2022
e7ba40a
update by ravi
ravipvirat Jul 10, 2022
eb3c992
UPDATEDED BY JIGNESH
jignesh1988 Jul 10, 2022
b91904e
Test_changes_sachinp
Phoenix4tech Jul 10, 2022
94f142b
Updated by Sujeet
SujeetPandey1982 Jul 10, 2022
92438d4
created vijay.yml - updated by vijay
vvijaynirmal Jul 10, 2022
b7232f3
anuj
apathak95 Jul 10, 2022
bddfc6b
Create sathish.yml
sathishkumarpkd Jul 10, 2022
539af6d
Create bhushanladdad.yml
bhushanladdad Jul 10, 2022
1699d7f
Create main5855.yml
rajesh123git Jul 10, 2022
58ccc07
Rabindracode
jharabindra Jul 10, 2022
c954e8b
Nag Committed
inagarjunreddy Jul 10, 2022
0130734
Create skmain.yml
sumitkanugo Jul 10, 2022
aa9a5ae
Create Nitin.yml
nitinrai2719 Jul 10, 2022
6987c62
nikhil yml
NikhilNVC Jul 10, 2022
fbe331f
JigneshM
jignesh1988 Jul 10, 2022
672f513
updated by kamalakar
kamalakargangiti Jul 12, 2022
ca5f6c6
Create Francis.yml
Francisxvr Jul 13, 2022
3689af6
Create truongnp.yml
phamtruong1990 Jul 13, 2022
04b75c3
Delete .github/workflows directory
phamtruong1990 Jul 13, 2022
ccd5639
Create Sajith.yml
sajithbengalam Jul 13, 2022
4bbc936
Set up CI with Azure Pipelines
Francisxvr Oct 7, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/workflows/Sajith.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, Sajith!

# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
19 changes: 19 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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:
- main

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'
1 change: 1 addition & 0 deletions rabindracode
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get-help