Skip to content

Conversation

@yungd1plomat
Copy link
Member

Finally got around to doing #69

build and test:

    flowchart LR
        subgraph Test
        WindowsTest(build-and-test-windows-latest)
        UbuntuTest(build-and-test-ubuntu-latest)
        MacOSTest(build-and-test-macos-latest)
        end
        Start([Start]) -->  WindowsTest
        Start -->  UbuntuTest
        Start -->  MacOSTest
        WindowsTest --> IsTestSuccess{Is success?}
        UbuntuTest --> IsTestSuccess{Is success?}
        MacOSTest --> IsTestSuccess{Is success?}
        IsTestSuccess -->|True| PublishNuget(build-and-publish)
        PublishNuget --> End([End])
Loading

build-and-publish:

    flowchart LR
        Start([Start]) -->  IsMain{Is main branch?}
        IsMain -->|True| Setup(Setup .NET Core App)
        Setup --> Restore(Install dependencies)
        Restore --> Build("Build
        `FullTargets` should be true")
        Build --> BuildNuget(Build the NuGet package)
        BuildNuget --> Publish(Publish to Github Packages)
        Publish --> Upload(Upload artifact)
        Upload --> End([End])
Loading

@wherewhere
Copy link
Member

But I have added in f039ff6

@wherewhere wherewhere added the enhancement New feature or request label Sep 27, 2023
@wherewhere wherewhere merged commit 32e183e into main Sep 27, 2023
@wherewhere
Copy link
Member

@wherewhere wherewhere linked an issue Sep 27, 2023 that may be closed by this pull request
@yungd1plomat
Copy link
Member Author

@wherewhere
Copy link
Member

So it should provider the secret id...
You need set it in the secret of this repo.

@yungd1plomat
Copy link
Member Author

yungd1plomat commented Sep 27, 2023

So it should provider the secret id... You need set it in the secret of this repo.

yes i know, 36758f3 should fix that. I forgot that the repository is not in the organization

@wherewhere
Copy link
Member

Could you rename that to NUGET_KEY or PACKAGE_KEY? API_KEY doesn't mean which API🤣.

@wherewhere
Copy link
Member

Coud you please remove this package https://github.com/yungd1plomat/AdvancedSharpAdbClient/pkgs/nuget/AdvancedSharpAdbClient/131947841 🤣
I have added the build number to the version code...

@yungd1plomat
Copy link
Member Author

Coud you please remove this package https://github.com/yungd1plomat/AdvancedSharpAdbClient/pkgs/nuget/AdvancedSharpAdbClient/131947841 🤣 I have added the build number to the version code...

yep

@wherewhere
Copy link
Member

yes i know, 36758f3 should fix that. I forgot that the repository is not in the organization

Shall we create an organization called SharpAdb? So that we can bring winrt verion and sample app to each repo.

@yungd1plomat
Copy link
Member Author

yes i know, 36758f3 should fix that. I forgot that the repository is not in the organization

Shall we create an organization called SharpAdb? So that we can bring winrt verion and sample app to each repo.

yep we can, but my phone is broken right now and I can't do it yet because 2fa.

@wherewhere
Copy link
Member

🤣🤣🤣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configure workflow for auto releasing

3 participants