We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa159cd commit d792146Copy full SHA for d792146
2 files changed
CSharp-OpenBMCLAPI/CSharp-OpenBMCLAPI.csproj
@@ -29,19 +29,4 @@
29
</None>
30
</ItemGroup>
31
32
- <ItemGroup>
33
- <Content Include="..\.github\CSharp-OpenBMCLAPI.png">
34
- <Link>Properties\.github\CSharp-OpenBMCLAPI.png</Link>
35
- </Content>
36
- <Content Include="..\.github\workflows\on-dev.yml">
37
- <Link>Properties\.github\workflows\on-dev.yml</Link>
38
39
- <Content Include="..\.github\workflows\on-release.yml">
40
- <Link>Properties\.github\workflows\on-release.yml</Link>
41
42
- <Content Include="..\.github\workflows\on-tag.yml">
43
- <Link>Properties\.github\workflows\on-tag.yml</Link>
44
45
- </ItemGroup>
46
-
47
</Project>
renovate.json
@@ -3,5 +3,5 @@
3
"extends": [
4
"config:recommended"
5
],
6
- "baseBranches": ["dev"]
+ "baseBranches": ["master"]
7
}
0 commit comments