Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9e2e058

Browse files
committed
2 parentseb87631 +80c48d3 commit9e2e058

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

‎setup/publish-assets.ps1‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ try {
3030
"master" {
3131
$requestUrl="https://dotnet.myget.org/F/fsharp/vsix/upload"
3232
}
33-
"dev15.6" {
33+
"dev15.7" {
3434
$requestUrl="https://dotnet.myget.org/F/fsharp-preview/vsix/upload"
3535
}
36+
"dev15.8" {
37+
$requestUrl="https://dotnet.myget.org/F/fsharp-dev15-8-preview/vsix/upload"
38+
}
3639
default {
3740
Write-Host"Branch [$branchName] is not supported for publishing."
3841
exit0# non-fatal

‎vsintegration/src/FSharp.ProjectSystem.FSharp/ProjectSystem.fsproj‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<ItemGroup>
2424
<VSCTCompileInclude="MenusAndCommands.vsct">
2525
<XlfInput>false</XlfInput>
26+
<ResourceName>Menus.ctmenu</ResourceName>
2627
</VSCTCompile>
2728
<EmbeddedResourceUpdate="VSPackage.resx">
2829
<GenerateSource>true</GenerateSource>

‎vsintegration/src/FSharp.UIResources/FSharp.UIResources.csproj‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<OutputType>Library</OutputType>
88
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
99
<RootNamespace>Microsoft.VisualStudio.FSharp.UIResources</RootNamespace>
10+
<NoWarn>$(NoWarn);1591</NoWarn>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp