Coder Social home page Coder Social logo

Comments (13)

davidkhala avatar davidkhala commented on June 4, 2024

确定发Azure不发github packages么?Azure看起会没那么直观

from java-gm.

davidkhala avatar davidkhala commented on June 4, 2024

Azure 发布目标在Azure Artifacts上,还需要启动这个功能才能看到这个栏目

from java-gm.

SamYuan1990 avatar SamYuan1990 commented on June 4, 2024

确定发Azure不发github packages么?Azure看起会没那么直观

能帮忙朝霞github package的有关link么?
我是希望java-gm的发布能够让java developer通过mvn/gradle这样的主流package管理工具下载下来的。
而不是手工倒入jar的依赖到项目里。

from java-gm.

davidkhala avatar davidkhala commented on June 4, 2024

发布的是在这里
使用的教程在这里

from java-gm.

SamYuan1990 avatar SamYuan1990 commented on June 4, 2024

发布的是在这里
使用的教程在这里

我理解这样的话github action是使用github的ci吧,可能就是两个pipeline了。没关系嘛这样?https://github.com/Hyperledger-TWGC/java-gm/actions/new

from java-gm.

SamYuan1990 avatar SamYuan1990 commented on June 4, 2024

@davidkhala , 另外你知道如何添加组织的pkg包么?

from java-gm.

davidkhala avatar davidkhala commented on June 4, 2024

@SamYuan1990 组织上好像不能放pkg包吧。
在Azure Pipeline上发布github pkg原则上也可以的,把credential放进Azure Vault就行

from java-gm.

SamYuan1990 avatar SamYuan1990 commented on June 4, 2024

@SamYuan1990 组织上好像不能放pkg包吧。
在Azure Pipeline上发布github pkg原则上也可以的,把credential放进Azure Vault就行

#20 (comment)

你这两条comments给我看糊涂了。

from java-gm.

davidkhala avatar davidkhala commented on June 4, 2024

@SamYuan1990 组织上好像不能放pkg包吧。
在Azure Pipeline上发布github pkg原则上也可以的,把credential放进Azure Vault就行

#20 (comment)

你这两条comments给我看糊涂了。

我的意思是对于Azure来说,Azure自己的DevOps全家桶里面有一个Artifact功能可以放发布包。
但是在pipeline里面通过纯脚本,也可以发布到github package上。但是如果要发布到github package,那么脚本里面需要一个github token才可以

from java-gm.

SamYuan1990 avatar SamYuan1990 commented on June 4, 2024

@SamYuan1990 组织上好像不能放pkg包吧。
在Azure Pipeline上发布github pkg原则上也可以的,把credential放进Azure Vault就行

#20 (comment)
你这两条comments给我看糊涂了。

我的意思是对于Azure来说,Azure自己的DevOps全家桶里面有一个Artifact功能可以放发布包。
但是在pipeline里面通过纯脚本,也可以发布到github package上。但是如果要发布到github package,那么脚本里面需要一个github token才可以

脚本里怎么可能公开存放github token啊。。。

from java-gm.

davidkhala avatar davidkhala commented on June 4, 2024

@SamYuan1990 组织上好像不能放pkg包吧。
在Azure Pipeline上发布github pkg原则上也可以的,把credential放进Azure Vault就行

#20 (comment)
你这两条comments给我看糊涂了。

我的意思是对于Azure来说,Azure自己的DevOps全家桶里面有一个Artifact功能可以放发布包。
但是在pipeline里面通过纯脚本,也可以发布到github package上。但是如果要发布到github package,那么脚本里面需要一个github token才可以

脚本里怎么可能公开存放github token啊。。。

所以我之前说使用Azure Vault的功能在平台上托管一个github token,在脚本里面通过上下文来引用

from java-gm.

SamYuan1990 avatar SamYuan1990 commented on June 4, 2024

@SamYuan1990 组织上好像不能放pkg包吧。
在Azure Pipeline上发布github pkg原则上也可以的,把credential放进Azure Vault就行

#20 (comment)
你这两条comments给我看糊涂了。

我的意思是对于Azure来说,Azure自己的DevOps全家桶里面有一个Artifact功能可以放发布包。
但是在pipeline里面通过纯脚本,也可以发布到github package上。但是如果要发布到github package,那么脚本里面需要一个github token才可以

脚本里怎么可能公开存放github token啊。。。

所以我之前说使用Azure Vault的功能在平台上托管一个github token,在脚本里面通过上下文来引用

en... 可以研究研究,不过github package的空间怎么申请啊?

from java-gm.

davidkhala avatar davidkhala commented on June 4, 2024

@SamYuan1990 组织上好像不能放pkg包吧。
在Azure Pipeline上发布github pkg原则上也可以的,把credential放进Azure Vault就行

#20 (comment)
你这两条comments给我看糊涂了。

我的意思是对于Azure来说,Azure自己的DevOps全家桶里面有一个Artifact功能可以放发布包。
但是在pipeline里面通过纯脚本,也可以发布到github package上。但是如果要发布到github package,那么脚本里面需要一个github token才可以

脚本里怎么可能公开存放github token啊。。。

所以我之前说使用Azure Vault的功能在平台上托管一个github token,在脚本里面通过上下文来引用

en... 可以研究研究,不过github package的空间怎么申请啊?

默认就是开放的,不需要专门打开

from java-gm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.