Skip to content

Commit

Permalink
Fix repository to meet current pattern - Fixes #59 (#60)
Browse files Browse the repository at this point in the history
- WsManDsc
  - Changed `azure-pipeline.yml` to match current pattern (Issue #59).
  • Loading branch information
PlagueHO authored and johlju committed Dec 29, 2019
1 parent a6e7f96 commit 5332a42
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix Code Coverage generation.
- Updated the CI pipeline files to the latest template.
- Changed unit tests to handle missing DscResource.Test better.
- Changed `azure-pipeline.yml` to match current pattern ([Issue #59](https://github.com/dsccommunity/WSManDsc/issues/59)).

### Deprecated

Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ PowerShell Remoting.

This project has adopted this [Code of Conduct](CODE_OF_CONDUCT.md).

## Releases

For each merge to the branch `master` a preview release will be
deployed to [PowerShell Gallery](https://www.powershellgallery.com/).
Periodically a release version tag will be pushed which will deploy a
full release to [PowerShell Gallery](https://www.powershellgallery.com/).

## Contributing

Please check out common DSC Community [contributing guidelines](https://dsccommunity.org/guidelines/contributing).

## Quality

This module should meet the [PowerShell DSC Resource Kit High Quality Resource
Expand All @@ -27,10 +38,6 @@ Module Guidelines](https://github.com/PowerShell/DscResources/blob/master/HighQu
For a full list of resources in WSManDsc and examples on their use, check out
the [WSManDsc wiki](https://github.com/dsccommunity/WSManDsc/wiki).

## Contributing

Please check out common DSC Community [contributing guidelines](https://dsccommunity.org/guidelines/contributing).

## Change log

A full list of changes in each version can be found in the [change log](CHANGELOG.md).
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ stages:
vmImage: 'win1803'
timeoutInMinutes: 0
steps:
- powershell: |
$repositoryOwner,$repositoryName = $env:BUILD_REPOSITORY_NAME -split '/'
echo "##vso[task.setvariable variable=RepositoryOwner;isOutput=true]$repositoryOwner"
echo "##vso[task.setvariable variable=RepositoryName;isOutput=true]$repositoryName"
name: DscBuildVariable
- task: DownloadBuildArtifacts@0
inputs:
buildType: 'current'
Expand Down

0 comments on commit 5332a42

Please sign in to comment.