Skip to content

Commit

Permalink
6.1.1 (#8)
Browse files Browse the repository at this point in the history
* 6.1.0

* 6.1.1

---------

Co-authored-by: Joshua Hegedus <jhegedus9@gmail.com>
  • Loading branch information
joshika39 and Joshua Hegedus committed Apr 12, 2023
1 parent bc90b71 commit e148bd0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/modules-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.2

- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.5
# - name: Setup NuGet
# uses: NuGet/setup-nuget@v1.0.5

- name: Restore dependencies
run: nuget restore $env:SOLUTION
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: |
Get-ChildItem
Import-Module .\Solution\Tools\GetBuildVersion.psm1
Write-Output ($env:MESSAGE)
Write-Output (${{ github.event.head_commit.message }})
Write-Host $env:MESSAGE
$version = GetBuildVersion -VersionString $env:MESSAGE
echo "BUILD_VERSION=$version" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
Expand Down
2 changes: 1 addition & 1 deletion Solution/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "5.0.0",
"version": "6.0.0",
"rollForward": "latestMinor",
"allowPrerelease": false
}
Expand Down

0 comments on commit e148bd0

Please sign in to comment.