Skip to content

Commit bb92efd

Browse files
Adding ComplexModules
1 parent 00635e4 commit bb92efd

File tree

9 files changed

+362
-0
lines changed

9 files changed

+362
-0
lines changed

ComplexModules/MyModule/MyModule.psd1

Whitespace-only changes.

ComplexModules/MyModule/NestedModule1/NestedModule1.psd1

Whitespace-only changes.

ComplexModules/MyModule/NestedModule1/NestedModule1.psm1

Whitespace-only changes.

ComplexModules/MyModule/NestedModule1/public/GetModuleFunction.ps1

Whitespace-only changes.

ComplexModules/ado.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"ADOOrganization": {
3+
"OrgName": "",
4+
"Expiration": "",
5+
"Token": ""
6+
},
7+
"ADOOrganization": {
8+
"OrgName": "",
9+
"Expiration": "",
10+
"Token": ""
11+
}
12+
}

ComplexModules/discord.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"uri": "https://discord.com/api/webhooks/",
3+
"message": {
4+
"content": "This is a test message"
5+
}
6+
}

ComplexModules/github.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"Token": ""
3+
}

ComplexModules/nuget.config

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<config>
4+
<add key="defaultPushSource" value="https://www.powershellgallery.com/api/v2/package/" />
5+
</config>
6+
<packageSources>
7+
<clear />
8+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
9+
<add key="PowershellGallery" value="https://www.powershellgallery.com/api/v2/package/" />
10+
</packageSources>
11+
<apikeys>
12+
<add key="PowershellGallery" value="" />
13+
</apikeys>
14+
</configuration>

ComplexModules/psakefile.ps1

Lines changed: 327 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)