Skip to content

Commit 5d6550c

Browse files
IDP-2909 - Update readme (#68)
* Fix publish * Change section name --------- Co-authored-by: Mathieu Gamache <mathieu.gamache@gsoft.com>
1 parent 86b5e92 commit 5d6550c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88

99
jobs:
1010
main:
11-
runs-on: ubuntu-latest
11+
# We need windows to use nuget
12+
runs-on: windows-latest
1213

1314
steps:
1415
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ During development, the package will provide warnings :warning: when standards a
1010
> [!WARNING]
1111
> This package only works with [SDK-style projects](https://learn.microsoft.com/en-us/dotnet/core/project-sdk/overview). Older ASP.NET projects (non-Core) are not supported. The same applies to older desktop applications unless they have migrated to the new `Microsoft.NET.Sdk.WindowsDesktop` SDK.
1212
13-
## Getting started
13+
## Usage
1414

1515
Install the NuGet package in your project:
1616

0 commit comments

Comments
 (0)