This commit is contained in:
bladeoner 2022-12-14 12:15:49 +01:00
Родитель 75a6edd09c
Коммит 2ca5baba28
16 изменённых файлов: 24 добавлений и 24 удалений

Просмотреть файл

@ -13,7 +13,7 @@ jobs:
# 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@v2
- uses: actions/checkout@v3
- name: Install Microsoft365DSC
shell: powershell
run: |

Просмотреть файл

@ -13,7 +13,7 @@ jobs:
# 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@v2
- uses: actions/checkout@v3
- name: Install Microsoft365DSC
shell: powershell
run: |

Просмотреть файл

@ -13,7 +13,7 @@ jobs:
# 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@v2
- uses: actions/checkout@v3
- name: Install Microsoft365DSC
shell: powershell
run: |

Просмотреть файл

@ -13,7 +13,7 @@ jobs:
# 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@v2
- uses: actions/checkout@v3
- name: Install Microsoft365DSC
shell: powershell
run: |

Просмотреть файл

@ -13,7 +13,7 @@ jobs:
# 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@v2
- uses: actions/checkout@v3
- name: Install Microsoft365DSC
shell: powershell
run: |

Просмотреть файл

@ -13,7 +13,7 @@ jobs:
# 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@v2
- uses: actions/checkout@v3
- name: Install Microsoft365DSC
shell: powershell
run: |

Просмотреть файл

@ -13,7 +13,7 @@ jobs:
# 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@v2
- uses: actions/checkout@v3
- name: Install Microsoft365DSC
shell: powershell
run: |

Просмотреть файл

@ -13,7 +13,7 @@ jobs:
# 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@v2
- uses: actions/checkout@v3
- name: Install Microsoft365DSC
shell: powershell
run: |

4
.github/workflows/CodeCoverage.yml поставляемый
Просмотреть файл

@ -13,7 +13,7 @@ jobs:
# 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@v2
- uses: actions/checkout@v3
- name: Run Test Harness
shell: powershell
run: |
@ -125,7 +125,7 @@ jobs:
{
throw "{$($results.FailedCount)} Unit Test(s) Failed"
}
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./CodeCov.xml

4
.github/workflows/Generate Wiki.yml поставляемый
Просмотреть файл

@ -9,7 +9,7 @@ jobs:
if: github.repository == 'microsoft/Microsoft365DSC'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Modules
shell: powershell
run: |
@ -22,7 +22,7 @@ jobs:
-Type 'Wiki' `
-MainModulePath 'Modules\Microsoft365DSC' `
-ResourceModuleName 'Microsoft365DSC'
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Upload Wiki Content
path: D:\a\Microsoft365DSC\Microsoft365DSC\Microsoft365DSC_1.0.0_wikicontent.zip

6
.github/workflows/PublishGitHubPages.yml поставляемый
Просмотреть файл

@ -12,7 +12,7 @@ jobs:
if: github.repository == 'microsoft/Microsoft365DSC'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Modules
shell: powershell
run: |
@ -85,8 +85,8 @@ jobs:
if: github.repository == 'microsoft/Microsoft365DSC'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: |

2
.github/workflows/PublishToGallery.yml поставляемый
Просмотреть файл

@ -13,7 +13,7 @@ jobs:
if: github.repository == 'microsoft/Microsoft365DSC'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Dependencies
shell: powershell
run: |

2
.github/workflows/ResourceIntegration.yml поставляемый
Просмотреть файл

@ -18,7 +18,7 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v34
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Microsoft365DSC
shell: powershell
run: |

2
.github/workflows/Unit Tests.yml поставляемый
Просмотреть файл

@ -13,7 +13,7 @@ jobs:
# 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@v2
- uses: actions/checkout@v3
- name: Run Test Harness
shell: powershell
run: |

Просмотреть файл

@ -9,12 +9,12 @@ jobs:
name: PREVIEW
name: Build
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "16"
- name: Generate workloads and resources
shell: pwsh
run: pwsh -command ".\$GITHUB_WORKSPACE\generator\scripts\Build-Workloads.ps1 -Force"

6
.github/workflows/website-deploy-prod.yml поставляемый
Просмотреть файл

@ -9,12 +9,12 @@ jobs:
name: PROD
name: Build
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "16"
- name: Generate workloads and resources
shell: pwsh
run: pwsh -command ".\$GITHUB_WORKSPACE\generator\scripts\Build-Workloads.ps1 -Force"