Skip to content

Erro para publicar o pacote com Actions #2

Discussion options

You must be logged in to vote

Boa noite, @vitor-HDevBetter como vai?

A Key precisa estar configurada no Secrets como mostro no curso, o nome do pacote tem que ser único e estar referenciado no .csproj e a URL do repositório no GitHub referenciada.

Segue outro exemplo de CSPROJ

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netstandard2.0</TargetFramework>

    <PackageId>Flunt</PackageId>
    <Version>2.0.5</Version>
    <icon>https://baltaio.blob.core.windows.net/static/images/icons/flunt-icon.png</icon>
    <License>MIT</License>
    <Authors>André Baltieri</Authors>
    <Company>balta.io</Company>
    <PackageDescription>Notifications made easy</PackageDescription>
    <Description>Notifi…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@vitor-HDevBetter
Comment options

@andrebaltieri
Comment options

@RochaRaphael
Comment options

@andrebaltieri
Comment options

@RochaRaphael
Comment options

Answer selected by andrebaltieri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants