Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Releases: OfficeDev/microsoft-teams-apps-scrumsforchannels

Scrums for Channels

09 Sep 20:08
95c011b
Compare
Choose a tag to compare
Updated README (#7)

updated latest legal notice guidelines

Scrums for Channels

03 Aug 01:18
6d0ad33
Compare
Choose a tag to compare
Bump lodash in /Source/Microsoft.Teams.Apps.ScrumStatus/ClientApp (#4)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Scrums for Channels

14 Jul 04:57
588dc9b
Compare
Choose a tag to compare
Add global.json to force Kudu use SDK 2.1.515 (#3)

After .NET Core SDK 3.1.301 was rolled out in Azure App Service, Kudu failed to build the app with the following exception:
System.ComponentModel.Win32Exception (5): Access is denied.

In order to fix the build issue, we add a global.json in the code base. So that Kudu is forced to use the previous SDK version, which can build the app without issue.

See https://stackoverflow.com/questions/62595408/error-access-is-denied-deployment-to-azure-app-services

Scrums for Channels

11 Jun 00:37
b25dccc
Compare
Choose a tag to compare
Update README

Modified content as per the wiki home page

Scrums for Channels

10 Jun 17:05
320f707
Compare
Choose a tag to compare
Build error fix for file name and adding missing icons (#2)

[Fixes] 
1. The build is failing as the project refers to ScrumStatusActivityMiddleware file name with "W". Git ignored the renamed file with case changes, which leads to stylecop failure of header name mismatching with actual file name. A fix is pushed by first removing and re-adding the correct file.
2. Application icons under wwwroot folder are ignored by git and added back to source control