/
korifey
/
rd
Обзор
Документация
Войти
/
korifey
/
rd
Код
Запросы
1
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
rd-cpp/export/rd-cpp.nuspec
18 строк
720 B
Alexander Pirogov
Adding CI/CD for rd-cpp
19 июн 2020, 16:01
19 июн 2020, 16:01
2f18f90
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> <id>JetBrains.RdFramework.Cpp</id> <authors>JetBrains</authors> <version>0.0.0.0</version> <repository type="git" url="https://github.com/JetBrains/rd" /> <description>JetBrains Rd Framework CPP implementation</description> <requireLicenseAcceptance>false</requireLicenseAcceptance> <tags>Native, native</tags> </metadata> <files> <file src="libs\**\*.*" target="native/libs" /> <file src="include\**\*.*" target="native/include" /> <file src="rd-cpp.props" target="native" /> </files> </package>