Skip to content

Commit 51b92df

Browse files
authored
Merge pull request #1553 from Badgerati/develop
v2.12.1
2 parents 5835182 + f940490 commit 51b92df

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+4315
-2516
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,13 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "daily"
7+
labels:
8+
- "packaging :package:"
9+
10+
- package-ecosystem: "npm"
11+
directory: "/"
12+
schedule:
13+
interval: "daily"
14+
labels:
15+
- "packaging :package:"

.github/workflows/VirusTotal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
- cron: '0 12 * * *'
2020

2121
env:
22-
INVOKE_BUILD_VERSION: '5.12.0'
22+
INVOKE_BUILD_VERSION: '5.12.2'
2323
POWERSHELL_VERSION: 'lts'
2424

2525
jobs:

.github/workflows/ci-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
- '.github/workflows/ci-coverage.yml'
2121

2222
env:
23-
INVOKE_BUILD_VERSION: '5.12.0'
23+
INVOKE_BUILD_VERSION: '5.12.2'
2424

2525
jobs:
2626
build:

.github/workflows/ci-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
- 'src/Pode.psd1'
2525

2626
env:
27-
INVOKE_BUILD_VERSION: '5.12.0'
27+
INVOKE_BUILD_VERSION: '5.12.2'
2828

2929
jobs:
3030
build:

.github/workflows/ci-powershell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
- '.github/workflows/ci-powershell.yml'
2121

2222
env:
23-
INVOKE_BUILD_VERSION: '5.12.0'
23+
INVOKE_BUILD_VERSION: '5.12.2'
2424

2525
jobs:
2626
build:

.github/workflows/ci-pwsh7_5.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ on:
2424
- '*.dockerfile'
2525

2626
env:
27-
INVOKE_BUILD_VERSION: '5.12.0'
28-
POWERSHELL_VERSION: '7.5.0'
29-
27+
INVOKE_BUILD_VERSION: '5.12.2'
28+
POWERSHELL_VERSION: '7.5.1'
3029

3130
jobs:
3231
build:

.github/workflows/ci-pwsh_lts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
- '*.dockerfile'
2525

2626
env:
27-
INVOKE_BUILD_VERSION: '5.12.0'
27+
INVOKE_BUILD_VERSION: '5.12.2'
2828
POWERSHELL_VERSION: 'lts'
2929

3030
jobs:

.github/workflows/ci-pwsh_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
- '*.dockerfile'
2525

2626
env:
27-
INVOKE_BUILD_VERSION: '5.12.0'
27+
INVOKE_BUILD_VERSION: '5.12.2'
2828
POWERSHELL_VERSION: 'Preview'
2929

3030
jobs:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
# Pode files and directories
55
pode_modules/
66
ps_modules/
7+
src/Misc/third_party/
78
docs/[Ff]unctions/
89
examples/state.json
910
examples/issue-*
1011
examples/issues/
1112
pkg/
1213
deliverable/
1314
.vs/
15+
yarn.lock
1416

1517
# Code Runner
1618
tempCodeRunnerFile.ps1

docs/Getting-Started/build.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ If you have Pode's source code checked out locally on your machine, you can foll
77

88
1. Install InvokeBuild Module
99

10-
### Using Powershell Gallery
10+
### Using Powershell Gallery
1111

1212
```powershell
1313
Install-Module InvokeBuild -Scope CurrentUser
1414
```
1515
16-
### Using Chocolatey
16+
### Using Chocolatey
1717
1818
```powershell
1919
choco install invoke-build
@@ -52,11 +52,11 @@ If you have Pode's source code checked out locally on your machine, you can foll
5252
```
5353
5454
To uninstall, use:
55+
5556
```powershell
5657
Invoke-Build Remove-Module
5758
```
5859
59-
6060
6. CleanUp
6161
6262
To clean up after a build or a pack, run the following:
@@ -65,38 +65,39 @@ If you have Pode's source code checked out locally on your machine, you can foll
6565
Invoke-Build clean
6666
```
6767
68-
## Linux
68+
### Linux
6969
7070
1. Register the Microsoft Repository
7171
7272
#### CentOS
73+
7374
```shell
7475
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
7576
sudo curl -o /etc/yum.repos.d/microsoft.repo https://packages.microsoft.com/config/centos/8/prod.repo
7677
```
7778
7879
#### RedHat
80+
7981
```shell
8082
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
8183
sudo curl -o /etc/yum.repos.d/microsoft.repo https://packages.microsoft.com/config/rhel/9/prod.repo
8284
```
8385
8486
#### Debian / Ubuntu
87+
8588
```shell
8689
sudo apt-get update
8790
sudo apt-get install -y wget apt-transport-https software-properties-common
8891
wget https://packages.microsoft.com/config/debian/$(lsb_release -rs)/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
8992
sudo apt-get update;
9093
```
9194
92-
9395
2. Install InvokeBuild Module
9496
9597
```powershell
9698
Install-Module InvokeBuild -Scope CurrentUser
9799
```
98100
99-
100101
3. Test
101102
102103
To run the unit tests, run the following command from the root of the repository (this will build Pode and, if needed, auto-install Pester/.NET):
@@ -135,7 +136,6 @@ If you have Pode's source code checked out locally on your machine, you can foll
135136
Invoke-Build Remove-Module
136137
```
137138
138-
139139
## MacOS
140140
141141
An easy way to install the required components is to use [brew](https://brew.sh/):

0 commit comments

Comments
 (0)