Skip to content

Navigation Menu

Sign in
Sign up
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

make CLIArgumentName class public #19

Open
LittleLittleCloud wants to merge 3 commits into main
base: main
Choose a base branch
Loading
from u/xiaoyun/makeCLIArgumentNamePublic
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ci.yaml
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
/p:Test=False
/p:Pack=True
/p:Sign=True
/p:DotNetFinalVersionKind=release
/p:Publish=True
/p:DotNetPublishUsingPipelines=True
$(BuildArgs)
Expand Down
1 change: 0 additions & 1 deletion eng/Versions.props
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
<PropertyGroup>
<!-- This repo version -->
<VersionPrefix>10.16.2</VersionPrefix>
<PreReleaseVersionLabel>beta</PreReleaseVersionLabel>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/AzCopy.Contract/Commands/CLIArgumentName.cs
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace AzCopy.Contract
{
internal class CLIArgumentName : System.Attribute
public class CLIArgumentName : System.Attribute
{
public CLIArgumentName(string name, bool useQuotes = false)
{
Expand Down

AltStyle によって変換されたページ (->オリジナル) /