Skip to content

Commit

Permalink
staging for initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGrossTX committed Jul 26, 2020
1 parent eac4a94 commit 4f858b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Setup-FUModule.ps1 → Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ try {
$CompanyName = "A Square Dozen"
$Prefix = "fu"
$Path = "C:\FeatureUpdateBlocks"
$ProjectUri = "https://github.com/AdamGrossTX/FU.WhyAmIBlocked"


#region Generate a new version number
Expand Down Expand Up @@ -63,6 +64,7 @@ try {
AliasesToExport = @()
DscResourcesToExport = @()
ReleaseNotes = $releaseNotes
ProjectUri = $ProjectUri
}

#https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/new-modulemanifest?view=powershell-7
Expand Down
2 changes: 1 addition & 1 deletion FU.WhyAmIBlocked/description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Describe your module here.
Can't get the latest Windows 10 Feature update? Need to find out what's blocking you? This module will help you find the block quickly!
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stages:
- task: PowerShell@2
displayName: Build
inputs:
filePath: './Setup-FUModule.ps1'
filePath: './build.ps1'
arguments: '-modulePath $(modulePath)'
pwsh: true

Expand Down

0 comments on commit 4f858b3

Please sign in to comment.