Skip to content

Commit

Permalink
Merge pull request #3 from bluehands/pipline
Browse files Browse the repository at this point in the history
Pipline
  • Loading branch information
AydinMirMohammadi authored Dec 6, 2023
2 parents 104b643 + b6f9127 commit a21aa2b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/sample.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET

on: [workflow_dispatch]
jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Build Module
shell: pwsh
run: |
$out = Invoke-RestMethod -Headers @{"Metadata"="true"} -Method GET -NoProxy -Uri "http://169.254.169.254/metadata/instance?api-version=2021-02-01" | ConvertTo-Json -Depth 64

0 comments on commit a21aa2b

Please sign in to comment.