You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adapt release script and documentation due to upgrade to .Net Core 2.0 (#870)
* Remove 'dotnet restore' step in New-ReleaseBuild function because this is not needed any more due to the upgrade to .Net Core 2.0
* update readme with update to csproj
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -378,7 +378,7 @@ Creating a Release
378
378
- Update changelog (`changelog.md`) with the new version number and change set. When updating the changelog please follow the same pattern as that of previous change sets (otherwise this may break the next step).
379
379
- Import the ReleaseMaker module and execute `New-Release` cmdlet to perform the following actions.
380
380
- Update module manifest (engine/PSScriptAnalyzer.psd1) with the new version number and change set
381
-
- Update the version number in `engine/project.json` and `rules/project.json`
381
+
- Update the version number in `Engine/Engine.csproj` and `Rules/Rules.csproj`
0 commit comments